Uses of Interface
org.zkoss.zul.ListModel

Packages that use ListModel
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.event Events of ZUL Component Set. 
 

Uses of ListModel in org.zkoss.zul
 

Classes in org.zkoss.zul that implement ListModel
 class AbstractListModel
          A skeletal implementation for ListModel.
 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.
 

Methods in org.zkoss.zul that return ListModel
 ListModel Listbox.getModel()
          Returns the list model associated with this listbox, or null if this listbox is not associated with any list data model.
 ListModel Grid.getModel()
          Returns the list model associated with this grid, or null if this grid is not associated with any list data model.
 

Methods in org.zkoss.zul with parameters of type ListModel
 void Listbox.setModel(ListModel model)
          Sets the list model associated with this listbox.
 void Grid.setModel(ListModel model)
          Sets the list model associated with this grid.
 

Uses of ListModel in org.zkoss.zul.event
 

Methods in org.zkoss.zul.event that return ListModel
 ListModel ListDataEvent.getModel()
          Returns the list model that fires this event.
 

Constructors in org.zkoss.zul.event with parameters of type ListModel
ListDataEvent(ListModel model, int type, int index0, int index1)
          Contructor.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.