Uses of Interface
org.zkoss.stateless.sul.IColumnlayout
-
Packages that use IColumnlayout Package Description org.zkoss.stateless.sul -
-
Uses of IColumnlayout in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IColumnlayout Modifier and Type Field Description static IColumnlayout
IColumnlayout. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IColumnlayout Modifier and Type Method Description static IColumnlayout
IColumnlayoutCtrl. from(Columnlayout instance)
static IColumnlayout
IColumnlayout. of(java.lang.Iterable<? extends IColumnchildren<IAnyGroup>> children)
Returns the instance with the givenIColumnchildren
children.static IColumnlayout
IColumnlayout. of(IColumnchildren<IAnyGroup>... children)
Returns the instance with the givenIColumnchildren
children.static IColumnlayout
IColumnlayout. ofHflex(java.lang.String hflex)
Returns the instance with the given hflexstatic IColumnlayout
IColumnlayout. ofId(java.lang.String id)
Returns the instance with the given id.static IColumnlayout
IColumnlayout. ofSize(java.lang.String width, java.lang.String height)
Returns the instance with the given size, width and height.
-