Package org.zkoss.zkplus.databind

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

See:
          Description

Interface Summary
BindingListModel<E> This interface defines the methods used by DataBinder.
BindingListModelExt<E> 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.
AnnotateDataBindingComposer It's another way to replace the <?
Binding A Data Binding that associate component+attr to an bean expression.
BindingGroupsListModel This is the BindingListModel as a GroupsListModel to be used with Listbox, Grid, and DataBinder.
BindingListModelArray<E> This is the BindingListModel as a Object array to be used with Listbox, Grid, and DataBinder.
BindingListModelList<E> This is the BindingListModel as a List to be used with Listbox, Grid, and DataBinder.
BindingListModelListModel<E> This is the BindingListModel as a ListModel to be used with Listbox, Grid, and DataBinder.
BindingListModelMap<K,V> This is the BindingListModel as a Map to be used with Listbox, Grid, and DataBinder.
BindingListModelSet<E> This is the BindingListModel as a Set to be used with Listbox, Grid, and DataBinder.
BindingRendererUtil  
BindingSaveEvent Event used when DataBinder send "onBindingSave" events.
BindingValidateEvent Event used when DataBinder send "onBindingValidate" events.
CombboxListModelConverter The TypeConverter implementation for converting collection to ListModel of a grid
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.
ListboxListModelConverter The TypeConverter implementation for converting collection to ListModel of a listbox
ListModelConverter The TypeConverter implementation for converting collection to ListModel and vice versa.
RadiogroupSelectedItemConverter Convert Radiogroup selected item to radio value and vice versa.
SelectboxListModelConverter The TypeConverter implementation for converting collection to ListModel of a grid
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-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo