Uses of Class
org.zkoss.zul.AbstractListModel

Packages that use AbstractListModel
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
 

Uses of AbstractListModel in org.zkoss.zul
 

Subclasses of AbstractListModel in org.zkoss.zul
 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-2007 Potix Corporation. All Rights Reserved.