Uses of Interface
org.zkoss.stateless.sul.IRowBase
-
Packages that use IRowBase Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of IRowBase in org.zkoss.stateless.state
Classes in org.zkoss.stateless.state with type parameters of type IRowBase Modifier and Type Class Description class
IGridController<Data,Row extends IRowBase>
AnIGrid
controller to control any operation on the given model.Methods in org.zkoss.stateless.state with type parameters of type IRowBase Modifier and Type Method Description static <D,G,F,R extends IRowBase>
IGridController<D,R>IGridController. of(IGrid owner, GroupsModel<D,G,F> model)
Returns the controller instance with the givengrid
static <D,G,F,R extends IRowBase>
IGridController<D,R>IGridController. of(IGrid owner, GroupsModel<D,G,F> model, CheckedFunction3<D,java.lang.Integer,GroupingInfo,R> renderer)
Returns the controller instance with the givengrid
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
-
Uses of IRowBase in org.zkoss.stateless.sul
Classes in org.zkoss.stateless.sul with type parameters of type IRowBase Modifier and Type Interface Description interface
IRowBase<I extends IRowBase>
ImmutableRow
componentSubinterfaces of IRowBase in org.zkoss.stateless.sul Modifier and Type Interface Description interface
IGroup<I extends IAnyGroup>
ImmutableGroup
componentinterface
IGroupChild<I extends IGroupChild>
An interface to indicate a Group component which its implementation is PE and EE only.interface
IGroupfoot<I extends IAnyGroup>
ImmutableGroupfoot
componentinterface
IGroupfootChild<I extends IGroupfootChild>
An interface to indicate a Groupfoot component which its implementation is PE and EE only.interface
IRow<I extends IAnyGroup>
ImmutableRow
componentMethods in org.zkoss.stateless.sul with parameters of type IRowBase Modifier and Type Method Description static IGrid
IGrid. of(IRowBase... children)
Returns the instance with the givenIRowBase
children.static IRows
IRows. of(IRowBase... children)
Returns the instance with the givenIRowBase
children.Method parameters in org.zkoss.stateless.sul with type arguments of type IRowBase Modifier and Type Method Description static IGrid
IGrid. of(java.lang.Iterable<? extends IRowBase> children)
Returns the instance with the givenIRowBase
children.static IRows
IRows. of(java.lang.Iterable<? extends IRowBase> children)
Returns the instance with the givenIRowBase
children.
-