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 ITablelayoutITablelayout. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITablelayout Modifier and Type Method Description static ITablelayoutITablelayoutCtrl. from(org.zkoss.zkmax.zul.Tablelayout instance)static ITablelayoutITablelayout. of(java.lang.Iterable<? extends ITablechildren<IAnyGroup>> children)Returns the instance with the givenITablechildrenchildren.static ITablelayoutITablelayout. of(ITablechildren<IAnyGroup>... children)Returns the instance with the givenITablechildrenchildren.static ITablelayoutITablelayout. ofId(java.lang.String id)Returns the instance with the given id.ITablelayoutITablelayout. withColumns(int columns)Returns a copy ofthisimmutable component with the specifiedcolumns.
-