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 classIGridController<DataT,RowT extends IRowBase>AnIGridcontroller 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, org.zkoss.zul.GroupsModel<D,G,F> model)Returns the controller instance with the givengridstatic <D,G,F,R extends IRowBase>
IGridController<D,R>IGridController. of(IGrid owner, org.zkoss.zul.GroupsModel<D,G,F> model, CheckedFunction3<D,java.lang.Integer,org.zkoss.zul.ext.GroupingInfo,R> renderer)Returns the controller instance with the givengridstatic <D,R extends IRowBase>
IGridController<D,R>IGridController. of(IGrid owner, org.zkoss.zul.ListModel<D> model)Returns the controller instance with the givengridstatic <D,R extends IRowBase>
IGridController<D,R>IGridController. of(IGrid owner, org.zkoss.zul.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 interfaceIRowBase<I extends IRowBase>ImmutableRowcomponentSubinterfaces of IRowBase in org.zkoss.stateless.sul Modifier and Type Interface Description interfaceIGroup<I extends IAnyGroup>ImmutableGroupcomponentinterfaceIGroupChild<I extends IGroupChild>An interface to indicate a Group component which its implementation is PE and EE only.interfaceIGroupfoot<I extends IAnyGroup>ImmutableGroupfootcomponentinterfaceIGroupfootChild<I extends IGroupfootChild>An interface to indicate a Groupfoot component which its implementation is PE and EE only.interfaceIRow<I extends IAnyGroup>ImmutableRowcomponentMethods in org.zkoss.stateless.sul with parameters of type IRowBase Modifier and Type Method Description static IGridIGrid. of(IRowBase... children)Returns the instance with the givenIRowBasechildren.static IRowsIRows. of(IRowBase... children)Returns the instance with the givenIRowBasechildren.Method parameters in org.zkoss.stateless.sul with type arguments of type IRowBase Modifier and Type Method Description static IGridIGrid. of(java.lang.Iterable<? extends IRowBase> children)Returns the instance with the givenIRowBasechildren.static IRowsIRows. of(java.lang.Iterable<? extends IRowBase> children)Returns the instance with the givenIRowBasechildren.
-