|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListModel | |
---|---|
org.zkoss.bind.converter.sys | System Converter for ZK Bind |
org.zkoss.zkex.zul | Zul Extension library. |
org.zkoss.zkmax.bind.impl | |
org.zkoss.zkmax.zul | Components and UI utitilies available in ZK EE. |
org.zkoss.zkmax.zul.fusionchart.render | |
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.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.bind.converter.sys |
---|
Methods in org.zkoss.bind.converter.sys that return ListModel | |
---|---|
protected abstract ListModel<?> |
AbstractSelectedIndexConverter.getComponentModel(C comp)
|
protected abstract ListModel<?> |
AbstractListModelConverter.getComponentModel(C comp)
|
protected ListModel<?> |
ComboboxSelectedIndexConverter.getComponentModel(Combobox comp)
|
protected ListModel<?> |
ComboboxModelConverter.getComponentModel(Combobox comp)
|
protected ListModel<?> |
GridModelConverter.getComponentModel(Grid comp)
|
protected ListModel<?> |
ListboxSelectedIndexConverter.getComponentModel(Listbox comp)
|
protected ListModel<?> |
ListboxModelConverter.getComponentModel(Listbox comp)
|
protected ListModel<?> |
RadiogroupSelectedIndexConverter.getComponentModel(Radiogroup comp)
|
protected ListModel<?> |
RadiogroupModelConverter.getComponentModel(Radiogroup comp)
|
protected ListModel<?> |
SelectboxSelectedIndexConverter.getComponentModel(Selectbox comp)
|
protected ListModel<?> |
SelectboxModelConverter.getComponentModel(Selectbox comp)
|
protected ListModel<?> |
TabboxSelectedIndexConverter.getComponentModel(Tabbox comp)
|
protected ListModel<?> |
TabboxModelConverter.getComponentModel(Tabbox comp)
|
protected ListModel<?> |
AbstractListModelConverter.handleWrappedModel(BindContext ctx,
C comp,
ListModel<?> model)
post processing the wrapped model. default return original one |
protected ListModel<?> |
ListboxModelConverter.handleWrappedModel(BindContext ctx,
Listbox comp,
ListModel<?> model)
|
Methods in org.zkoss.bind.converter.sys with parameters of type ListModel | |
---|---|
protected ListModel<?> |
AbstractListModelConverter.handleWrappedModel(BindContext ctx,
C comp,
ListModel<?> model)
post processing the wrapped model. default return original one |
protected ListModel<?> |
ListboxModelConverter.handleWrappedModel(BindContext ctx,
Listbox comp,
ListModel<?> model)
|
Uses of ListModel in org.zkoss.zkex.zul |
---|
Methods in org.zkoss.zkex.zul that return ListModel | |
---|---|
ListModel<T> |
SimpleListModelSharer.getProxy(Desktop desktop)
Get a proxy which is to be used in listbox or grid of a desktop. |
ListModel<T> |
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<T> model)
|
Uses of ListModel in org.zkoss.zkmax.bind.impl |
---|
Methods in org.zkoss.zkmax.bind.impl that return ListModel | |
---|---|
protected ListModel<?> |
ChosenboxModelConverter.getComponentModel(Chosenbox comp)
|
Uses of ListModel in org.zkoss.zkmax.zul |
---|
Subinterfaces of ListModel in org.zkoss.zkmax.zul | |
---|---|
interface |
MatrixModel<Row,Head,Cell,Header>
The interface defines the methods that components like Biglistbox
to get the content of cells and headers from the matrix data. |
Methods in org.zkoss.zkmax.zul that return ListModel | ||
---|---|---|
|
Chosenbox.getModel()
Returns the model associated with this chosenbox, or null if this chosenbox is not associated with any list data model. |
|
|
Fusionchart.getTableModel()
|
Methods in org.zkoss.zkmax.zul with parameters of type ListModel | |
---|---|
void |
Chosenbox.setModel(ListModel<?> model)
Sets the list model associated with this chosenbox. |
void |
Fusionchart.setTableModel(ListModel<?> model)
|
Uses of ListModel in org.zkoss.zkmax.zul.fusionchart.render |
---|
Methods in org.zkoss.zkmax.zul.fusionchart.render with parameters of type ListModel | |
---|---|
static void |
RenderUtils.renderGenttTable(java.lang.StringBuffer sb,
ListModel<java.lang.Object> model,
GanttTableRenderer<java.lang.Object> renderer,
GanttTableConfig config)
|
Uses of ListModel in org.zkoss.zkplus.databind |
---|
Subinterfaces of ListModel in org.zkoss.zkplus.databind | |
---|---|
interface |
BindingListModel<E>
Deprecated. As of release 7.0.0, replace with new ZK binding. |
interface |
BindingListModelExt<E>
Deprecated. As of release 7.0.0, replace with new ZK binding. |
Classes in org.zkoss.zkplus.databind that implement ListModel | |
---|---|
class |
BindingGroupsListModel
Deprecated. As of release 7.0.0, replace with new ZK binding. |
class |
BindingListModelArray<E>
Deprecated. As of release 7.0.0, replace with new ZK binding. |
class |
BindingListModelList<E>
Deprecated. As of release 7.0.0, replace with new ZK binding. |
class |
BindingListModelListModel<E>
Deprecated. As of release 7.0.0, replace with new ZK binding. |
class |
BindingListModelMap<K,V>
Deprecated. As of release 7.0.0, replace with new ZK binding. |
class |
BindingListModelSet<E>
Deprecated. As of release 7.0.0, replace with new ZK binding. |
Fields in org.zkoss.zkplus.databind declared as ListModel | |
---|---|
protected ListModel<E> |
BindingListModelListModel._model
Deprecated. |
Methods in org.zkoss.zkplus.databind that return ListModel | |
---|---|
protected ListModel<?> |
ListModelConverter.getComponentModel(Component comp)
Deprecated. Gets the model of the component, the sub-class should override this method |
protected ListModel<?> |
ListboxListModelConverter.getComponentModel(Component comp)
Deprecated. |
protected ListModel<?> |
SelectboxListModelConverter.getComponentModel(Component comp)
Deprecated. |
protected ListModel<?> |
CombboxListModelConverter.getComponentModel(Component comp)
Deprecated. |
ListModel<E> |
BindingListModelListModel.getInnerModel()
Deprecated. |
ListModel |
CollectionItem.getModelByOwner(Component comp)
Deprecated. Returns the component model as ListModel
|
Constructors in org.zkoss.zkplus.databind with parameters of type ListModel | |
---|---|
BindingListModelListModel(ListModel<E> model)
Deprecated. |
|
BindingListModelListModel(ListModel<E> model,
boolean distinct)
Deprecated. |
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 | ||
---|---|---|
|
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. |
|
|
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. |
|
|
Tabbox.getModel()
Returns the model associated with this selectbox, or null if this selectbox 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. |
|
|
Radiogroup.getModel()
Returns the list model associated with this radiogroup, or null if this radiogroup 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. |
|
|
Grid.getModel()
Returns the model associated with this grid, or null if this grid 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. |
|
ListModel<E> |
SimpleListModel.getSubModel(java.lang.Object value,
int nRows)
Returns the subset of the list model data that matches the specified value. |
|
ListModel<E> |
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. |
|
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,
java.util.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 |
Tabbox.setModel(ListModel<?> model)
Sets the list model associated with this t. |
|
void |
Selectbox.setModel(ListModel<?> model)
Sets the list model associated with this selectbox. |
|
void |
Radiogroup.setModel(ListModel<?> model)
Sets the list model associated with this radiogroup. |
|
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. |
|
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,
java.util.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 |