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 IRowlayoutIRowlayout. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IRowlayout Modifier and Type Method Description static IRowlayoutIRowlayoutCtrl. from(org.zkoss.zkmax.zul.Rowlayout instance)static IRowlayoutIRowlayout. of(java.lang.Iterable<? extends IRowchildren<IAnyGroup>> children)Returns the instance with the givenIRowchildrenchildren.static IRowlayoutIRowlayout. of(IRowchildren<IAnyGroup>... children)Returns the instance with the givenIRowchildrenchildren.static IRowlayoutIRowlayout. ofId(java.lang.String id)Returns the instance with the given id.default IRowlayoutIRowlayout. withHflex(java.lang.String hflex)ReadonlyIRowlayoutIRowlayout. withNcols(int ncols)Returns a copy ofthisimmutable component with the specifiedncols.IRowlayoutIRowlayout. withSpacing(java.lang.String spacing)Returns a copy ofthisimmutable component with the specifiedspacing.default IRowlayoutIRowlayout. withWidth(java.lang.String width)Readonly.
-