Uses of Interface
org.zkoss.stateless.sul.IRowlayout
-
Packages that use IRowlayout Package Description org.zkoss.stateless.sul -
-
Uses of IRowlayout in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IRowlayout Modifier and Type Field Description static IRowlayout
IRowlayout. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IRowlayout Modifier and Type Method Description static IRowlayout
IRowlayoutCtrl. from(Rowlayout instance)
static IRowlayout
IRowlayout. of(java.lang.Iterable<? extends IRowchildren<IAnyGroup>> children)
Returns the instance with the givenIRowchildren
children.static IRowlayout
IRowlayout. of(IRowchildren<IAnyGroup>... children)
Returns the instance with the givenIRowchildren
children.static IRowlayout
IRowlayout. ofId(java.lang.String id)
Returns the instance with the given id.default IRowlayout
IRowlayout. withHflex(java.lang.String hflex)
ReadonlyIRowlayout
IRowlayout. withNcols(int ncols)
Returns a copy ofthis
immutable component with the specifiedncols
.IRowlayout
IRowlayout. withSpacing(java.lang.String spacing)
Returns a copy ofthis
immutable component with the specifiedspacing
.default IRowlayout
IRowlayout. withWidth(java.lang.String width)
Readonly.
-