|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.zkoss.zul.impl | Classes used to implement ZUL Component Set (implementation only). |
Uses of ListModel in org.zkoss.zul |
---|
Classes in org.zkoss.zul that implement ListModel | |
---|---|
class |
AbstractListModel<E>
A skeletal implementation for ListModel and Selectable |
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 . |
Methods in org.zkoss.zul that return 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. |
|
|
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. |
|
|
Radiogroup.getModel()
Returns the list model associated with this radiogroup, or null if this radiogroup is not associated with any list data model. |
|
|
Combobox.getModel()
Returns the list model associated with this combobox, or null if this combobox is not associated with any list data model. |
|
|
Grid.getModel()
Returns the model associated with this grid, or null if this grid is not associated with any list data model. |
|
|
Selectbox.getModel()
Returns the model associated with this selectbox, or null if this selectbox is not associated with any list data model. |
|
|
Tabbox.getModel()
Returns the model associated with this selectbox, or null if this selectbox is not associated with any list data model. |
|
|
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<E> |
SimpleListModel.getSubModel(Object value,
int nRows)
Returns the subset of the list model data that matches the specified value. |
|
ListModel<E> |
ListSubModel.getSubModel(Object value,
int nRows)
Returns the subset of list model data that the subset data is extract from combobox's list model data. |
|
static
|
ListModels.toListSubModel(ListModel<T> model)
Returns a proxy instance of the given model that implements ListSubModel and ListModel interface. |
|
static
|
ListModels.toListSubModel(ListModel<T> model,
Comparator<T> comparator,
int nRows)
Returns a proxy instance of the given model that implements ListSubModel and ListModel interface. |
Methods in org.zkoss.zul with parameters of type ListModel | ||
---|---|---|
void |
Radiogroup.setModel(ListModel<?> model)
Sets the list model associated with this radiogroup. |
|
void |
Combobox.setModel(ListModel<?> model)
Sets the list model associated with this combobox. |
|
void |
Grid.setModel(ListModel<?> model)
Sets the list model associated with this grid. |
|
void |
Selectbox.setModel(ListModel<?> model)
Sets the list model associated with this selectbox. |
|
void |
Tabbox.setModel(ListModel<?> model)
Sets the list model associated with this t. |
|
void |
Listbox.setModel(ListModel<?> model)
Sets the list model associated with this listbox. |
|
static
|
ListModels.toListSubModel(ListModel<T> model)
Returns a proxy instance of the given model that implements ListSubModel and ListModel interface. |
|
static
|
ListModels.toListSubModel(ListModel<T> model,
Comparator<T> comparator,
int nRows)
Returns a proxy instance of the given model that implements ListSubModel and ListModel interface. |
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)
Constructor. |
Uses of ListModel in org.zkoss.zul.impl |
---|
Classes in org.zkoss.zul.impl that implement ListModel | |
---|---|
class |
GroupsListModel<D,G,F>
Encapsulates GroupsModel as an instance of ListModel
such that it is easier to handle by Listbox and
Group . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |