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
          Deprecated. As of release 7.0.0, replace with new ZK binding.
 class BindingListModelArray<E>
          Deprecated. As of release 7.0.0, replace with new ZK binding.
 class BindingListModelList<E>
          Deprecated. As of release 7.0.0, replace with new ZK binding.
 class BindingListModelMap<K,V>
          Deprecated. As of release 7.0.0, replace with new ZK binding.
 class BindingListModelSet<E>
          Deprecated. As of release 7.0.0, replace with new ZK binding.
 

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>
          Encapsulates 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