Package org.zkoss.zkplus.databind

The DataBinder used for binding ZK UI component and the backend data bean.

See:
          Description

Interface Summary
BindingListModel This interface defines the methods used by DataBinder.
BindingListModelExt Support same object in multiple items of a ListModel.
CollectionItem The CollectionItem is used by DataBinder and provides an interface for collection component to interact with the DataBinder such as Grid or Listbox.
CollectionItemExt This interface is an enhanced version of the original CollectionItem interface that provides a way that will speed up the processing under some collection in collection condition.
TypeConverter Converter to cast object class between UI Component attribute and backend data bean property.
 

Class Summary
AnnotateDataBinder The DataBinder that reads ZUML annotations to create binding info.
AnnotateDataBinderInit This initiator class do following things: New an AnnotateDataBinder instance.
Binding A Data Binding that associate component+attr to an bean expression.
BindingListModelArray This is the BindingListModel as a Object array to be used with Listbox, Grid, and DataBinder.
BindingListModelList This is the BindingListModel as a List to be used with Listbox, Grid, and DataBinder.
BindingListModelMap This is the BindingListModel as a Map to be used with Listbox, Grid, and DataBinder.
BindingListModelSet This is the BindingListModel as a Set to be used with Listbox, Grid, and DataBinder.
BindingSaveEvent Event used when DataBinder send "onBindingSave" events.
DataBinder The DataBinder used for binding ZK UI component and the backend data bean.
DateFormatConverter Convert a Date or a Timestamp to a formated date String.
ListModelConverter The TypeConverter implmentation for converting collection to ListModel and vice versa.
RadiogroupSelectedItemConverter Convert Radiogroup selected item to radio value and vice versa.
SelectedComboitemConverter Convert the selected item of combobox to bean.
SelectedItemConverter Convert selected item to bean and vice versa.
TabboxSelectedTabConverter Convert Tabbox selected Tab to Tab label and vice versa.
 

Package org.zkoss.zkplus.databind Description

The DataBinder used for binding ZK UI component and the backend data bean.



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo