Uses of Class
org.zkoss.zul.AbstractListModel

Packages that use AbstractListModel
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. 
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only). 
 

Uses of AbstractListModel in org.zkoss.zkplus.databind
 

Subclasses of AbstractListModel in org.zkoss.zkplus.databind
 class BindingGroupsListModel
          This is the BindingListModel as a GroupsListModel to be used with Listbox, Grid, and DataBinder.
 class BindingListModelArray<E>
          This is the BindingListModel as a Object array to be used with Listbox, Grid, and DataBinder.
 class BindingListModelList<E>
          This is the BindingListModel as a List to be used with Listbox, Grid, and DataBinder.
 class BindingListModelMap<K,V>
          This is the BindingListModel as a Map to be used with Listbox, Grid, and DataBinder.
 class BindingListModelSet<E>
          This is the BindingListModel as a Set to be used with Listbox, Grid, and DataBinder.
 

Uses of AbstractListModel in org.zkoss.zul
 

Subclasses of AbstractListModel in org.zkoss.zul
 class ListModelArray<E>
          This is the ListModel as an Object array to be used with Listbox.
 class ListModelList<E>
          This is the ListModel as a List to be used with Listbox.
 class ListModelMap<K,V>
          This is the ListModel as a Map to be used with Listbox.
 class ListModelSet<E>
          This is the ListModel as a Set to be used with Listbox.
 class SimpleListModel<E>
          A simple implementation of ListModel.
 

Uses of AbstractListModel in org.zkoss.zul.impl
 

Subclasses of AbstractListModel in org.zkoss.zul.impl
 class GroupsListModel<D,G,F>
          Encapulates GroupsModel as an instance of ListModel such that it is easier to handle by Listbox and Group.
 



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