Uses of Interface
org.zkoss.zul.ListModelExt

Packages that use ListModelExt
org.zkoss.zkplus.databind The DataBinder used for binding ZK UI component and the backend data bean. 
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
 

Uses of ListModelExt in org.zkoss.zkplus.databind
 

Classes in org.zkoss.zkplus.databind that implement ListModelExt
 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.
 

Uses of ListModelExt in org.zkoss.zul
 

Classes in org.zkoss.zul that implement ListModelExt
 class ListModelArray
          This is the ListModel as an Object array to be used with Listbox.
 class ListModelList
          This is the ListModel as a List to be used with Listbox.
 class ListModelMap
          This is the ListModel as a Map to be used with Listbox.
 class ListModelSet
          This is the ListModel as a Set to be used with Listbox.
 class SimpleListModel
          A simple implementation of ListModel.
 



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