Uses of Interface
org.zkoss.stateless.sul.ITablechildren
-
Packages that use ITablechildren Package Description org.zkoss.stateless.sul -
-
Uses of ITablechildren in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ITablechildren Modifier and Type Field Description static ITablechildren<IAnyGroup>ITablechildren. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITablechildren Modifier and Type Method Description static ITablechildrenITablechildrenCtrl. from(org.zkoss.zkmax.zul.Tablechildren instance)static <I extends IAnyGroup>
ITablechildren<I>ITablechildren. of(I... children)Returns the instance with the given any group children.static <I extends IAnyGroup>
ITablechildren<I>ITablechildren. of(java.lang.Iterable<? extends I> children)Returns the instance with the given any group children.static <I extends IAnyGroup>
ITablechildren<I>ITablechildren. ofId(java.lang.String id)Returns the instance with the given id.ITablechildren<I>ITablechildren. withColspan(int colspan)Returns a copy ofthisimmutable component with the specifiedcolspan.ITablechildren<I>ITablechildren. withRowspan(int rowspan)Returns a copy ofthisimmutable component with the specifiedrowspan.Methods in org.zkoss.stateless.sul with parameters of type ITablechildren Modifier and Type Method Description static ITablelayoutITablelayout. of(ITablechildren<IAnyGroup>... children)Returns the instance with the givenITablechildrenchildren.Method parameters in org.zkoss.stateless.sul with type arguments of type ITablechildren Modifier and Type Method Description static ITablelayoutITablelayout. of(java.lang.Iterable<? extends ITablechildren<IAnyGroup>> children)Returns the instance with the givenITablechildrenchildren.
-