Uses of Interface
org.zkoss.stateless.sul.ILinelayout
-
Packages that use ILinelayout Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of ILinelayout in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return ILinelayout Modifier and Type Method Description ILinelayout
ILinelayoutController. build()
Methods in org.zkoss.stateless.state with parameters of type ILinelayout Modifier and Type Method Description static <D> ILinelayoutController<D>
ILinelayoutController. of(ILinelayout owner, ListModel<D> model)
Returns the controller instance with the givenlinelayout
static <D> ILinelayoutController<D>
ILinelayoutController. of(ILinelayout owner, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,ILineitem> renderer)
Returns the controller instance with the givenlinelayout
-
Uses of ILinelayout in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ILinelayout Modifier and Type Field Description static ILinelayout
ILinelayout. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ILinelayout Modifier and Type Method Description static ILinelayout
ILinelayoutCtrl. from(Linelayout instance)
static ILinelayout
ILinelayout. of(java.lang.Iterable<? extends ILineitem<IAnyGroup>> children)
Returns the instance with the givenILineitem
children.static ILinelayout
ILinelayout. of(ILineitem<IAnyGroup>... children)
Returns the instance with the givenILineitem
children.static ILinelayout
ILinelayout. ofId(java.lang.String id)
Returns the instance with the given id.static ILinelayout
ILinelayout. ofOrient(ILinelayout.Orient orient)
Returns the instance with the given orient.ILinelayout
ILinelayout. withFirstScale(int firstScale)
Returns a copy ofthis
immutable component with the specifiedfirstScale
.ILinelayout
ILinelayout. withLastScale(int lastScale)
Returns a copy ofthis
immutable component with the specifiedlastScale
.ILinelayout
ILinelayout. withLineStyle(java.lang.String lineStyle)
Returns a copy ofthis
immutable component with the specifiedlineStyle
.ILinelayout
ILinelayout. withOrient(java.lang.String orient)
Returns a copy ofthis
immutable component with the specifiedorient
.default ILinelayout
ILinelayout. withOrient(ILinelayout.Orient orient)
Returns a copy ofthis
immutable component with the specifiedorient
.
-