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. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITablechildren Modifier and Type Method Description static ITablechildren
ITablechildrenCtrl. from(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 ofthis
immutable component with the specifiedcolspan
.ITablechildren<I>
ITablechildren. withRowspan(int rowspan)
Returns a copy ofthis
immutable component with the specifiedrowspan
.Methods in org.zkoss.stateless.sul with parameters of type ITablechildren Modifier and Type Method Description static ITablelayout
ITablelayout. of(ITablechildren<IAnyGroup>... children)
Returns the instance with the givenITablechildren
children.Method parameters in org.zkoss.stateless.sul with type arguments of type ITablechildren Modifier and Type Method Description static ITablelayout
ITablelayout. of(java.lang.Iterable<? extends ITablechildren<IAnyGroup>> children)
Returns the instance with the givenITablechildren
children.
-