Uses of Interface
org.zkoss.zul.ListModel

Packages that use ListModel
org.zkoss.zkex.zul Zul Extension library. 
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.api Interfaces of zul components, which are the abstract layer to access a ZUL component 
org.zkoss.zul.event Events of ZUL Component Set. 
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only). 
 

Uses of ListModel in org.zkoss.zkex.zul
 

Methods in org.zkoss.zkex.zul that return ListModel
 ListModel SimpleListModelSharer.getProxy(Desktop desktop)
          Get a proxy which is to be used in listbox or grid of a desktop.
 ListModel ListModelSharer.getProxy(Desktop desktop)
          Get a proxy which is to be used in listbox or grid of a desktop.
 

Constructors in org.zkoss.zkex.zul with parameters of type ListModel
SimpleListModelSharer(ListModel model)
           
 

Uses of ListModel in org.zkoss.zkplus.databind
 

Subinterfaces of ListModel in org.zkoss.zkplus.databind
 interface BindingListModel
          This interface defines the methods used by DataBinder.
 interface BindingListModelExt
          Support same object in multiple items of a ListModel.
 

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

Methods in org.zkoss.zkplus.databind that return ListModel
 ListModel CollectionItem.getModelByOwner(Component comp)
           Returns the component model as ListModel
 

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.getListModel()
          Returns the list model associated with this list box, or null if this list box is associated with a GroupsModel or not associated with any list data model.
 ListModel Grid.getListModel()
          Returns the list model associated with this grid, or null if this grid is associated with a GroupsModel or not associated with any list data model.
 ListModel Listbox.getModel()
          Returns the model associated with this list box, or null if this list box is not associated with any list data model.
 ListModel Grid.getModel()
          Returns the model associated with this grid, or null if this grid is not associated with any list data model.
 ListModel Combobox.getModel()
          Returns the list model associated with this combobox, or null if this combobox is not associated with any list data model.
 ListModel SimpleListModel.getSubModel(java.lang.Object value, int nRows)
          Returns the subset of the list model data that matches the specified value.
 ListModel ListSubModel.getSubModel(java.lang.Object value, int nRows)
          Returns the subset of list model data that the subset data is extract from combobox's list model data.
 

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.
 void Combobox.setModel(ListModel model)
          Sets the list model associated with this combobox.
 

Uses of ListModel in org.zkoss.zul.api
 

Methods in org.zkoss.zul.api that return ListModel
 ListModel Listbox.getListModel()
          Returns the list model associated with this list box, or null if this list box is associated with a GroupsModel or not associated with any list data model.
 ListModel Grid.getListModel()
          Returns the list model associated with this grid, or null if this grid is associated with a GroupsModel or not associated with any list data model.
 ListModel Listbox.getModel()
          Returns the model associated with this list box, or null if this list box is not associated with any list data model.
 ListModel Grid.getModel()
          Returns the model associated with this grid, or null if this grid is not associated with any list data model.
 ListModel Combobox.getModel()
          Returns the list model associated with this combobox, or null if this combobox is not associated with any list data model.
 

Methods in org.zkoss.zul.api 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.
 void Combobox.setModel(ListModel model)
          Sets the list model associated with this combobox.
 

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.
 

Uses of ListModel in org.zkoss.zul.impl
 

Classes in org.zkoss.zul.impl that implement ListModel
 class GroupsListModel
          Encapulates GroupsModel as an instance of ListModel such that it is easier to handle by Listbox and Group.
 



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