Uses of Interface
org.zkoss.zkplus.databind.BindingListModel

Packages that use BindingListModel
org.zkoss.zkplus.databind The DataBinder used for binding ZK UI component and the backend data bean. 
 

Uses of BindingListModel in org.zkoss.zkplus.databind
 

Subinterfaces of BindingListModel in org.zkoss.zkplus.databind
 interface BindingListModelExt
          Support same object in multiple items of a ListModel.
 

Classes in org.zkoss.zkplus.databind that implement BindingListModel
 class BindingListModelArray
          This is the BindingListModel as a Object array to be used with Listbox, Grid, and DataBinder.
 class BindingListModelList
          This is the BindingListModel as a List to be used with Listbox, Grid, and DataBinder.
 class BindingListModelMap
          This is the BindingListModel as a Map to be used with Listbox, Grid, and DataBinder.
 class BindingListModelSet
          This is the BindingListModel as a Set to be used with Listbox, Grid, and DataBinder.
 



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