Package | Description |
---|---|
org.zkoss.bind.converter.sys |
System Converter for ZK Bind
|
org.zkoss.bind.impl |
Core Implementation 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).
|
org.zkoss.zuti.zul |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected abstract ListModel |
IndirectBinding.getModel() |
Constructor and Description |
---|
ChildrenBindingListModelDataEvent(ListModel<?> model,
int type,
int index0,
int index1) |
Constructor and Description |
---|
ChildrenBindingListDataListener(Component comp,
BindContext ctx,
Converter<?,ListModel<?>,Component> conv) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
SimpleListModelSharer(ListModel<T> model) |
Modifier and Type | Method and Description |
---|---|
protected ListModel<?> |
ChosenboxModelConverter.getComponentModel(Chosenbox comp) |
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
<T> ListModel<T> |
Chosenbox.getModel()
Returns the model associated with this chosenbox, or null if this
chosenbox is not associated with any list data model.
|
<T> ListModel<T> |
Fusionchart.getTableModel() |
Modifier and Type | Method and Description |
---|---|
void |
Chosenbox.setModel(ListModel<?> model)
Sets the list model associated with this chosenbox.
|
void |
Fusionchart.setTableModel(ListModel<?> model) |
Modifier and Type | Method and Description |
---|---|
static void |
RenderUtils.renderGenttTable(java.lang.StringBuffer sb,
ListModel<java.lang.Object> model,
GanttTableRenderer<java.lang.Object> renderer,
GanttTableConfig config) |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ListModel<E> |
BindingListModelListModel._model
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ListModel<?> |
CombboxListModelConverter.getComponentModel(Component comp)
Deprecated.
|
protected ListModel<?> |
ListModelConverter.getComponentModel(Component comp)
Deprecated.
Gets the model of the component, the sub-class should override this method
|
protected ListModel<?> |
SelectboxListModelConverter.getComponentModel(Component comp)
Deprecated.
|
protected ListModel<?> |
ListboxListModelConverter.getComponentModel(Component comp)
Deprecated.
|
ListModel<E> |
BindingListModelListModel.getInnerModel()
Deprecated.
|
ListModel |
CollectionItem.getModelByOwner(Component comp)
Deprecated.
Returns the component model as
ListModel
|
Constructor and Description |
---|
BindingListModelListModel(ListModel<E> model)
Deprecated.
|
BindingListModelListModel(ListModel<E> model,
boolean distinct)
Deprecated.
|
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> |
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> |
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> |
Tabbox.getModel()
Returns the model associated with this selectbox, or null if this
selectbox is 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> |
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> |
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> |
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> |
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 <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,
java.util.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 |
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 <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,
java.util.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 . |
Modifier and Type | Method and Description |
---|---|
ListModel |
CollectionTemplate.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
CollectionTemplate.setModel(ListModel model)
Accept model to render iteratively.
|
Constructor and Description |
---|
ForEachListModelDataEvent(ListModel<?> model,
int type,
int index0,
int index1) |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.