Uses of Interface
org.zkoss.stateless.sul.ITablelayout
-
Packages that use ITablelayout Package Description org.zkoss.stateless.sul -
-
Uses of ITablelayout in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ITablelayout Modifier and Type Field Description static ITablelayout
ITablelayout. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITablelayout Modifier and Type Method Description static ITablelayout
ITablelayoutCtrl. from(Tablelayout instance)
static ITablelayout
ITablelayout. of(java.lang.Iterable<? extends ITablechildren<IAnyGroup>> children)
Returns the instance with the givenITablechildren
children.static ITablelayout
ITablelayout. of(ITablechildren<IAnyGroup>... children)
Returns the instance with the givenITablechildren
children.static ITablelayout
ITablelayout. ofId(java.lang.String id)
Returns the instance with the given id.ITablelayout
ITablelayout. withColumns(int columns)
Returns a copy ofthis
immutable component with the specifiedcolumns
.
-