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 classIListboxController<DataT,RowT extends IListitemBase>AnIListboxcontroller 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, org.zkoss.zul.GroupsModel<D,G,F> model)Returns the controller instance with the givenlistboxstatic <D,G,F,R extends IListitemBase>
IListboxController<D,R>IListboxController. of(IListbox owner, org.zkoss.zul.GroupsModel<D,G,F> model, CheckedFunction2<D,java.lang.Integer,R> renderer)Returns the controller instance with the givenlistboxstatic <D,R extends IListitemBase>
IListboxController<D,R>IListboxController. of(IListbox owner, org.zkoss.zul.ListModel<D> model)Returns the controller instance with the givenlistboxstatic <D,R extends IListitemBase>
IListboxController<D,R>IListboxController. of(IListbox owner, org.zkoss.zul.ListModel<D> model, CheckedFunction2<D,java.lang.Integer,R> renderer)Returns the controller instance with the givenlistboxConstructor 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 interfaceIListitemBase<I extends IListitemBase>ImmutableListitembase componentSubinterfaces of IListitemBase in org.zkoss.stateless.sul Modifier and Type Interface Description interfaceIListgroupImmutableListgroupcomponentinterfaceIListgroupChild<I extends IListgroupChild>An interface to indicate a Listgroup component which its implementation is PE and EE only.interfaceIListgroupfootImmutableListgroupfootcomponentinterfaceIListgroupfootChild<I extends IListgroupfootChild>An interface to indicate a Listgroupfoot component which its implementation is PE and EE only.interfaceIListitemImmutableListitemcomponentMethods in org.zkoss.stateless.sul with parameters of type IListitemBase Modifier and Type Method Description static IListboxIListbox. of(IListitemBase... children)Returns the instance with the givenIListitemBasechildren.Method parameters in org.zkoss.stateless.sul with type arguments of type IListitemBase Modifier and Type Method Description static IListboxIListbox. of(java.lang.Iterable<? extends IListitemBase> children)Returns the instance with the givenIListitemBasechildren.
-