Uses of Interface
org.zkoss.stateless.sul.IListitemBase
-
Packages that use IListitemBase Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of IListitemBase in org.zkoss.stateless.state
Classes in org.zkoss.stateless.state with type parameters of type IListitemBase Modifier and Type Class Description class
IListboxController<Data,Row extends IListitemBase>
AnIListbox
controller to control any operation on the given model.Methods in org.zkoss.stateless.state with type parameters of type IListitemBase Modifier and Type Method Description static <D,G,F,R extends IListitemBase>
IListboxController<D,R>IListboxController. of(IListbox owner, GroupsModel<D,G,F> model)
Returns the controller instance with the givenlistbox
static <D,G,F,R extends IListitemBase>
IListboxController<D,R>IListboxController. of(IListbox owner, GroupsModel<D,G,F> model, CheckedFunction2<D,java.lang.Integer,R> renderer)
Returns the controller instance with the givenlistbox
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
Constructor parameters in org.zkoss.stateless.state with type arguments of type IListitemBase Constructor Description DeferredRedraw(Locator locator, java.util.Collection<? extends IListitemBase> items)
-
Uses of IListitemBase in org.zkoss.stateless.sul
Classes in org.zkoss.stateless.sul with type parameters of type IListitemBase Modifier and Type Interface Description interface
IListitemBase<I extends IListitemBase>
ImmutableListitem
base componentSubinterfaces of IListitemBase in org.zkoss.stateless.sul Modifier and Type Interface Description interface
IListgroup
ImmutableListgroup
componentinterface
IListgroupChild<I extends IListgroupChild>
An interface to indicate a Listgroup component which its implementation is PE and EE only.interface
IListgroupfoot
ImmutableListgroupfoot
componentinterface
IListgroupfootChild<I extends IListgroupfootChild>
An interface to indicate a Listgroupfoot component which its implementation is PE and EE only.interface
IListitem
ImmutableListitem
componentMethods in org.zkoss.stateless.sul with parameters of type IListitemBase Modifier and Type Method Description static IListbox
IListbox. of(IListitemBase... children)
Returns the instance with the givenIListitemBase
children.Method parameters in org.zkoss.stateless.sul with type arguments of type IListitemBase Modifier and Type Method Description static IListbox
IListbox. of(java.lang.Iterable<? extends IListitemBase> children)
Returns the instance with the givenIListitemBase
children.
-