Package net.sf.jzeno.echo.databinding

This package provides a number of basic data-bound components that form the building blocks of more complex domain components for your web application.

See:
          Description

Interface Summary
AllwaysRebind Tagging interface for components that should not be traced, but rather allways rebind.
BindingTarget Tagging interface.
Decorator A simple wrap/unwrap interface that can be used to decorate properties when using databinding.
ListBoxInterface  
MultiSortTable  
PropertyComponent Common interface for all editors in the UI.
RebindableComponent  
 

Class Summary
AbstractButton Dynamicaly wired up pushbutton.
AbstractButtonBeanInfo
AbstractDynaPickList  
AbstractDynaPickListBeanInfo
BoundListModel Implementation of the ListModel that can be bound to a list of domain model javabeans.
BoundTableModel Implementation of the TableModel interface that provides the databinding capabilities of DynaTable.
ColumnSortCriterionEditor  
DynaButton Represents a visual button
DynaButton.ExternalState  
DynaButton.InternalState  
DynaButton1 Dynamicaly wired up pushbutton.
DynaButtonBeanInfo
DynaCheckBox Checkbox that can be bound to a boolean (primitive) or Boolean (object) property.
DynaCheckBoxBeanInfo
DynaColorChooser This component allows you to choose a color from a palette of possible colors.
DynaColorChooserBeanInfo Descritive BeanInfo for DynaColorChooser components.
DynaCompletionBox Editor that edits a string and allows the user to use auto-completion from a pre-defined list of possible entries.
DynaCompletionBoxBeanInfo  
DynaConfirmButton Button that shows a yes/no dialog box, and only performs an server side action if yes was clicked.
DynaDateField A date editor, bind it to a property of type java.util.Date .
DynaDateFieldBeanInfo
DynaDateTimeField DynaDateTimeField is a combination of a DynaDateField and a DynaTimeField and allows a user to set the date (including time) on a bound bean property.
DynaDateTimeFieldBeanInfo
DynaHtmlContainer HtmlContainer that supports databinding.
DynaHtmlContainerBeanInfo
DynaLabel DynaLabel visualizes a string as a label on your screen.
DynaLabel.ExternalState  
DynaLabel.InternalState  
DynaLabel1 DynaLabel visualizes a string as a label on your screen.
DynaLabelBeanInfo
DynaLabelUI A peer for Grid components.
DynaLargeListBox Allows the user to select one or more items from a list of possible items.
DynaLargeListBoxBeanInfo
DynaLargePickList A component for selecting one or multiple options from a list of many.
DynaLargePickListBeanInfo
DynaLink Visualizes a clickable link in the application.
DynaLink.ExternalState  
DynaLink.InternalState  
DynaLink1 Visualizes a clickable link in the application.
DynaLink2BeanInfo
DynaLinkBeanInfo Meta information about the properties of DynaLink.
DynaListBox Allows the user to select one or more items from a list of possible items.
DynaListBoxBeanInfo
DynaPasswordField Allows the user to enter a secret string.
DynaPasswordFieldBeanInfo
DynaPickList A component for selecting one or multiple options from a list of many.
DynaPickListBeanInfo
DynaQuickSelectField Entry field that allows a user to select an object from a list of possibilities by entering a code corresponding to the object to select in an input field , or select the code from a list of possibilities in a dialog .
DynaQuickSelectFieldBeanInfo
DynaQuickSelectFieldDialog  
DynaRadioButtonList Displays a list of radio buttons, with labels, from which the user can select one option.
DynaRadioButtonListBeanInfo
DynaSaveButton Dynamicaly wired up pushbutton.
DynaSelectField Allows the user to select one or more items from a list of possible items.
DynaSelectFieldBeanInfo
DynaTable A 'data grid' that displays a list of java beans.
DynaTableBeanInfo
DynaTableComparator Comparator that is used by the DynaTable to sort data.
DynaTableSortDialog  
DynaTextArea Shows a multi line text area on the screen.
DynaTextAreaBeanInfo
DynaTextField Shows a single line text field on the screen.
DynaTextFieldBeanInfo
DynaTextFieldUI A peer for Grid components.
DynaTimeField  
DynaTimeFieldBeanInfo
EditableBoundTableModel Table model which will generically create editors and viewers based upon the ConstructionList encapsulated in the DynaTable.
LabelPropertyComparator  
RebindablePropertyComponentSupport Support class implementing most behaviour in the Editor interface.
RebindablePropertyComponentSupport2 Support class implementing most behaviour in the Editor interface.
RebindablePropertyComponentSupport2.ExtraState  
RebindablePropertyComponentSupport2.State  
RenderUtils  
 

Package net.sf.jzeno.echo.databinding Description

This package provides a number of basic data-bound components that form the building blocks of more complex domain components for your web application.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: