Package | Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractListModel<E>
A skeletal implementation for
ListModel and Selectable |
class |
ListModelArray<E>
|
class |
ListModelList<E>
|
class |
ListModelMap<K,V>
|
class |
ListModelSet<E>
|
class |
SimpleListModel<E>
A simple implementation of
ListModel . |
Modifier and Type | Method and Description |
---|---|
<T> ListModel<T> |
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. |
<T> ListModel<T> |
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. |
<T> ListModel<T> |
Selectbox.getModel()
Returns the model associated with this selectbox, or null if this
selectbox is not associated with any list data model.
|
<T> ListModel<T> |
Combobox.getModel()
Returns the list model associated with this combobox, or null
if this combobox is not associated with any list data model.
|
<T> ListModel<T> |
Radiogroup.getModel()
Returns the list model associated with this radiogroup, or null
if this radiogroup is not associated with any list data model.
|
<T> ListModel<T> |
Grid.getModel()
Returns the model associated with this grid, or null
if this grid is not associated with any list data model.
|
<T> ListModel<T> |
Listbox.getModel()
Returns the model associated with this list box, or null if this list box
is not associated with any list data model.
|
<T> ListModel<T> |
Tabbox.getModel()
Returns the model associated with this selectbox, or null if this
selectbox is not associated with any list data model.
|
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.
|
ListModel<E> |
SimpleListModel.getSubModel(Object value,
int nRows)
Returns the subset of the list model data that matches
the specified value.
|
static <T> ListModel<T> |
ListModels.toListSubModel(ListModel<T> model)
Returns a proxy instance of the given model that implements
ListSubModel and ListModel interface. |
static <T> ListModel<T> |
ListModels.toListSubModel(ListModel<T> model,
Comparator<T> comparator,
int nRows)
Returns a proxy instance of the given model that implements
ListSubModel and ListModel interface. |
Modifier and Type | Method and Description |
---|---|
void |
Selectbox.setModel(ListModel<?> model)
Sets the list model associated with this selectbox.
|
void |
Combobox.setModel(ListModel<?> model)
Sets the list model associated with this combobox.
|
void |
Radiogroup.setModel(ListModel<?> model)
Sets the list model associated with this radiogroup.
|
void |
Grid.setModel(ListModel<?> model)
Sets the list model associated with this grid.
|
void |
Listbox.setModel(ListModel<?> model)
Sets the list model associated with this listbox.
|
void |
Tabbox.setModel(ListModel<?> model)
Sets the list model associated with this t.
|
static <T> ListModel<T> |
ListModels.toListSubModel(ListModel<T> model)
Returns a proxy instance of the given model that implements
ListSubModel and ListModel interface. |
static <T> ListModel<T> |
ListModels.toListSubModel(ListModel<T> model,
Comparator<T> comparator,
int nRows)
Returns a proxy instance of the given model that implements
ListSubModel and ListModel interface. |
Modifier and Type | Method and Description |
---|---|
ListModel |
ListDataEvent.getModel()
Returns the list model that fires this event.
|
Constructor and Description |
---|
ListDataEvent(ListModel model,
int type,
int index0,
int index1)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupsListModel<D,G,F>
Encapsulates
GroupsModel as an instance of ListModel
such that it is easier to handle by Listbox and
Group . |
Copyright © 2020. All rights reserved.