Uses of Interface
org.zkoss.zul.ListModel
-
-
Uses of ListModel in org.zkoss.bind.converter.sys
Methods in org.zkoss.bind.converter.sys that return ListModel Modifier and Type Method Description protected abstract ListModel<?>
AbstractListModelConverter. getComponentModel(C comp)
protected abstract ListModel<?>
AbstractSelectedIndexConverter. getComponentModel(C comp)
protected ListModel<?>
ComboboxModelConverter. getComponentModel(Combobox comp)
protected ListModel<?>
ComboboxSelectedIndexConverter. getComponentModel(Combobox comp)
protected ListModel<?>
GridModelConverter. getComponentModel(Grid comp)
protected ListModel<?>
ListboxModelConverter. getComponentModel(Listbox comp)
protected ListModel<?>
ListboxSelectedIndexConverter. getComponentModel(Listbox comp)
protected ListModel<?>
RadiogroupModelConverter. getComponentModel(Radiogroup comp)
protected ListModel<?>
RadiogroupSelectedIndexConverter. getComponentModel(Radiogroup comp)
protected ListModel<?>
SelectboxModelConverter. getComponentModel(Selectbox comp)
protected ListModel<?>
SelectboxSelectedIndexConverter. getComponentModel(Selectbox comp)
protected ListModel<?>
TabboxModelConverter. getComponentModel(Tabbox comp)
protected ListModel<?>
TabboxSelectedIndexConverter. getComponentModel(Tabbox comp)
protected ListModel<?>
AbstractListModelConverter. handleWrappedModel(BindContext ctx, C comp, ListModel<?> model)
post processing the wrapped model. default return original oneprotected ListModel<?>
ListboxModelConverter. handleWrappedModel(BindContext ctx, Listbox comp, ListModel<?> model)
Methods in org.zkoss.bind.converter.sys with parameters of type ListModel Modifier and Type Method Description protected ListModel<?>
AbstractListModelConverter. handleWrappedModel(BindContext ctx, C comp, ListModel<?> model)
post processing the wrapped model. default return original oneprotected ListModel<?>
ListboxModelConverter. handleWrappedModel(BindContext ctx, Listbox comp, ListModel<?> model)
-
Uses of ListModel in org.zkoss.bind.impl
Methods in org.zkoss.bind.impl that return ListModel Modifier and Type Method Description protected abstract ListModel
IndirectBinding. getModel()
Constructors in org.zkoss.bind.impl with parameters of type ListModel Constructor Description ChildrenBindingListModelDataEvent(ListModel<?> model, int type, int index0, int index1)
Constructor parameters in org.zkoss.bind.impl with type arguments of type ListModel Constructor Description ChildrenBindingListDataListener(Component comp, BindContext ctx, Converter<?,ListModel<?>,Component> conv)
-
Uses of ListModel in org.zkoss.bind.proxy
Classes in org.zkoss.bind.proxy that implement ListModel Modifier and Type Class Description class
ListModelArrayProxy<E>
A ListModelArray Proxyclass
ListModelListProxy<E>
A ListModelList Proxyclass
ListModelMapProxy<K,V>
A ListModelMap Proxyclass
ListModelSetProxy<E>
A ListModelSet Proxy -
Uses of ListModel in org.zkoss.clientbind
Fields in org.zkoss.clientbind with type parameters of type ListModel Modifier and Type Field Description java.util.Map<java.lang.Object,ListModel>
ClientBindComposer. modelToListModel
-
Uses of ListModel in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return ListModel Modifier and Type Method Description ListModel<Data>
IChosenboxController. getModel()
ListModel<Data>
IComboboxController. getModel()
Returns the list model associated with this combobox, or null if this combobox is not associated with any list data model.ListModel<Data>
IGridController. getModel()
ListModel<Data>
ILinelayoutController. getModel()
ListModel<Data>
IListboxController. getModel()
ListModel<Data>
IRadiogroupController. getModel()
ListModel<Data>
ISearchboxController. getModel()
ListModel<Data>
ISelectboxController. getModel()
ListModel<Data>
ITabboxController. getModel()
Methods in org.zkoss.stateless.state with parameters of type ListModel Modifier and Type Method Description static <D> IChosenboxController<D>
IChosenboxController. of(IChosenbox owner, ListModel<D> model)
Returns the controller instance with the givenchosenbox
static <D> IChosenboxController<D>
IChosenboxController. of(IChosenbox owner, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,java.lang.String> renderer)
Returns the controller instance with the givenchosenbox
static <D> IComboboxController<D>
IComboboxController. of(ICombobox owner, ListModel<D> model)
static <D> IComboboxController<D>
IComboboxController. of(ICombobox owner, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,IComboitem> renderer)
static <D,R extends IRowBase>
IGridController<D,R>IGridController. of(IGrid owner, ListModel<D> model)
Returns the controller instance with the givengrid
static <D,R extends IRowBase>
IGridController<D,R>IGridController. of(IGrid owner, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,R> renderer)
Returns the controller instance with the givengrid
static <D> ILinelayoutController<D>
ILinelayoutController. of(ILinelayout owner, ListModel<D> model)
Returns the controller instance with the givenlinelayout
static <D> ILinelayoutController<D>
ILinelayoutController. of(ILinelayout owner, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,ILineitem> renderer)
Returns the controller instance with the givenlinelayout
static <D,R extends IListitemBase>
IListboxController<D,R>IListboxController. of(IListbox owner, ListModel<D> model)
Returns the controller instance with the givenlistbox
static <D,R extends IListitemBase>
IListboxController<D,R>IListboxController. of(IListbox owner, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,R> renderer)
Returns the controller instance with the givenlistbox
static <D> IRadiogroupController<D>
IRadiogroupController. of(IRadiogroup owner, ListModel<D> model)
Returns the controller instance with the givenradiogroup
static <D> IRadiogroupController<D>
IRadiogroupController. of(IRadiogroup owner, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,IRadio> renderer)
Returns the controller instance with the givenradiogroup
static <D> ISearchboxController<D>
ISearchboxController. of(ISearchbox owner, ListModel<D> model)
Returns the controller instance with the givensearchbox
static <D> ISearchboxController<D>
ISearchboxController. of(ISearchbox owner, ListModel<D> model, CheckedFunction2<java.lang.Object,java.lang.Integer,java.lang.String> renderer)
Returns the controller instance with the givensearchbox
static <D> ISelectboxController<D>
ISelectboxController. of(ISelectbox owner, ListModel<D> model)
Returns the controller instance with the givenselectbox
static <D> ISelectboxController<D>
ISelectboxController. of(ISelectbox owner, ListModel<D> model, CheckedFunction2<java.lang.Object,java.lang.Integer,java.lang.String> renderer)
Returns the controller instance with the givenselectbox
static <D> ITabboxController<D>
ITabboxController. of(ITabbox owner, ListModel<D> model)
static <D> ITabboxController<D>
ITabboxController. of(ITabbox owner, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,ITab> tabRenderer, CheckedFunction2<D,java.lang.Integer,ITabpanel> tabpanelRenderer)
static <D> ITabboxController<D>
ITabboxController. ofTab(ITabbox owner, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,ITab> tabRenderer)
static <D> ITabboxController<D>
ITabboxController. ofTabanel(ITabbox owner, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,ITabpanel> tabpanelRenderer)
void
IChosenboxController. setModel(ListModel<Data> model)
void
IComboboxController. setModel(ListModel<Data> model)
Sets the list model associated with this combobox.void
IGridController. setModel(ListModel<Data> model)
void
ILinelayoutController. setModel(ListModel<Data> model)
void
IListboxController. setModel(ListModel<Data> model)
void
IRadiogroupController. setModel(ListModel<Data> model)
void
ISearchboxController. setModel(ListModel<Data> model)
void
ISelectboxController. setModel(ListModel<Data> model)
void
ITabboxController. setModel(ListModel<Data> model)
-
Uses of ListModel in org.zkoss.zkex.zul
Methods in org.zkoss.zkex.zul that return ListModel Modifier and Type Method Description ListModel<T>
ListModelSharer. getProxy(Desktop desktop)
Get a proxy which is to be used in listbox or grid of a desktop.ListModel<T>
SimpleListModelSharer. 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 Constructor Description SimpleListModelSharer(ListModel<T> model)
-
Uses of ListModel in org.zkoss.zkmax.bind.impl
Methods in org.zkoss.zkmax.bind.impl that return ListModel Modifier and Type Method Description protected ListModel<?>
ChosenboxModelConverter. getComponentModel(Chosenbox comp)
protected ListModel<?>
SearchboxModelConverter. getComponentModel(Searchbox comp)
protected ListModel<?>
SearchboxModelConverter. handleWrappedModel(BindContext ctx, Searchbox comp, ListModel<?> model)
Methods in org.zkoss.zkmax.bind.impl with parameters of type ListModel Modifier and Type Method Description protected ListModel<?>
SearchboxModelConverter. handleWrappedModel(BindContext ctx, Searchbox comp, ListModel<?> model)
-
Uses of ListModel in org.zkoss.zkmax.zul
Subinterfaces of ListModel in org.zkoss.zkmax.zul Modifier and Type Interface Description interface
MatrixModel<RowT,HeadT,CellT,HeaderT>
The interface defines the methods that components likeBiglistbox
to get the content of cells and headers from the matrix data.Methods in org.zkoss.zkmax.zul that return ListModel Modifier and Type Method 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.ListModel<?>
Linelayout. getModel()
Returns the model associated with this linelayout, or null if this linelayout is not associated with any list data model.ListModel<E>
Searchbox. getModel()
Returns the model associated with this searchbox, or null if this searchbox is not associated with any list data model.ListModel<E>
DefaultStepModel. getSteps()
ListModel<E>
StepModel. getSteps()
Returns the step list model.Methods in org.zkoss.zkmax.zul with parameters of type ListModel Modifier and Type Method Description void
Chosenbox. setModel(ListModel<?> model)
Sets the list model associated with this chosenbox.void
Linelayout. setModel(ListModel<?> model)
Sets the list model associated with this linelayout.void
Searchbox. setModel(ListModel<E> model)
Sets the list model associated with this searchbox. -
Uses of ListModel in org.zkoss.zul
Classes in org.zkoss.zul that implement ListModel Modifier and Type Class Description class
AbstractListModel<E>
A skeletal implementation forListModel
andSelectable
class
ListModelArray<E>
class
ListModelList<E>
class
ListModelMap<K,V>
class
ListModelSet<E>
class
SimpleListModel<E>
A simple implementation ofListModel
.Methods in org.zkoss.zul that return ListModel Modifier and Type Method Description <T> ListModel<T>
Grid. getListModel()
Returns the list model associated with this grid, or null if this grid is associated with aGroupsModel
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 aGroupsModel
or 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>
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>
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>
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>
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(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.ListModel<E>
SimpleListModel. getSubModel(java.lang.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 implementsListSubModel
andListModel
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 implementsListSubModel
andListModel
interface.Methods in org.zkoss.zul with parameters of type ListModel Modifier and Type Method Description 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
Listbox. setModel(ListModel<?> model)
Sets the list model associated with this listbox.void
Radiogroup. setModel(ListModel<?> model)
Sets the list model associated with this radiogroup.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.static <T> ListModel<T>
ListModels. toListSubModel(ListModel<T> model)
Returns a proxy instance of the given model that implementsListSubModel
andListModel
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 implementsListSubModel
andListModel
interface. -
Uses of ListModel in org.zkoss.zul.event
Methods in org.zkoss.zul.event that return ListModel Modifier and Type Method Description ListModel
ListDataEvent. getModel()
Returns the list model that fires this event.Constructors in org.zkoss.zul.event with parameters of type ListModel Constructor Description 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 Modifier and Type Class Description class
GroupsListModel<D,G,F>
EncapsulatesGroupsModel
as an instance ofListModel
such that it is easier to handle byListbox
andGroup
. -
Uses of ListModel in org.zkoss.zuti.zul
Methods in org.zkoss.zuti.zul that return ListModel Modifier and Type Method Description ListModel
CollectionTemplate. getModel()
Methods in org.zkoss.zuti.zul with parameters of type ListModel Modifier and Type Method Description void
CollectionTemplate. setModel(ListModel model)
Accept model to render iteratively.Constructors in org.zkoss.zuti.zul with parameters of type ListModel Constructor Description ForEachListModelDataEvent(ListModel<?> model, int type, int index0, int index1)
-