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 ListModelIndirectBinding. 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 classListModelArrayProxy<E>A ListModelArray ProxyclassListModelListProxy<E>A ListModelList ProxyclassListModelMapProxy<K,V>A ListModelMap ProxyclassListModelSetProxy<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 givenchosenboxstatic <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 givenchosenboxstatic <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 givengridstatic <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 givengridstatic <D> ILinelayoutController<D>ILinelayoutController. of(ILinelayout owner, ListModel<D> model)Returns the controller instance with the givenlinelayoutstatic <D> ILinelayoutController<D>ILinelayoutController. of(ILinelayout owner, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,ILineitem> renderer)Returns the controller instance with the givenlinelayoutstatic <D,R extends IListitemBase>
IListboxController<D,R>IListboxController. of(IListbox owner, ListModel<D> model)Returns the controller instance with the givenlistboxstatic <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 givenlistboxstatic <D> IRadiogroupController<D>IRadiogroupController. of(IRadiogroup owner, ListModel<D> model)Returns the controller instance with the givenradiogroupstatic <D> IRadiogroupController<D>IRadiogroupController. of(IRadiogroup owner, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,IRadio> renderer)Returns the controller instance with the givenradiogroupstatic <D> ISearchboxController<D>ISearchboxController. of(ISearchbox owner, ListModel<D> model)Returns the controller instance with the givensearchboxstatic <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 givensearchboxstatic <D> ISelectboxController<D>ISelectboxController. of(ISelectbox owner, ListModel<D> model)Returns the controller instance with the givenselectboxstatic <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 givenselectboxstatic <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)voidIChosenboxController. setModel(ListModel<Data> model)voidIComboboxController. setModel(ListModel<Data> model)Sets the list model associated with this combobox.voidIGridController. setModel(ListModel<Data> model)voidILinelayoutController. setModel(ListModel<Data> model)voidIListboxController. setModel(ListModel<Data> model)voidIRadiogroupController. setModel(ListModel<Data> model)voidISearchboxController. setModel(ListModel<Data> model)voidISelectboxController. setModel(ListModel<Data> model)voidITabboxController. 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 interfaceMatrixModel<RowT,HeadT,CellT,HeaderT>The interface defines the methods that components likeBiglistboxto 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 voidChosenbox. setModel(ListModel<?> model)Sets the list model associated with this chosenbox.voidLinelayout. setModel(ListModel<?> model)Sets the list model associated with this linelayout.voidSearchbox. 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 classAbstractListModel<E>A skeletal implementation forListModelandSelectableclassListModelArray<E>classListModelList<E>classListModelMap<K,V>classListModelSet<E>classSimpleListModel<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 aGroupsModelor 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 aGroupsModelor 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 implementsListSubModelandListModelinterface.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 implementsListSubModelandListModelinterface.Methods in org.zkoss.zul with parameters of type ListModel Modifier and Type Method Description voidCombobox. setModel(ListModel<?> model)Sets the list model associated with this combobox.voidGrid. setModel(ListModel<?> model)Sets the list model associated with this grid.voidListbox. setModel(ListModel<?> model)Sets the list model associated with this listbox.voidRadiogroup. setModel(ListModel<?> model)Sets the list model associated with this radiogroup.voidSelectbox. setModel(ListModel<?> model)Sets the list model associated with this selectbox.voidTabbox. 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 implementsListSubModelandListModelinterface.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 implementsListSubModelandListModelinterface. -
Uses of ListModel in org.zkoss.zul.event
Methods in org.zkoss.zul.event that return ListModel Modifier and Type Method Description ListModelListDataEvent. 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 classGroupsListModel<D,G,F>EncapsulatesGroupsModelas an instance ofListModelsuch that it is easier to handle byListboxandGroup. -
Uses of ListModel in org.zkoss.zuti.zul
Methods in org.zkoss.zuti.zul that return ListModel Modifier and Type Method Description ListModelCollectionTemplate. getModel()Methods in org.zkoss.zuti.zul with parameters of type ListModel Modifier and Type Method Description voidCollectionTemplate. 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)
-