Uses of Interface
org.zkoss.stateless.sul.IRowchildren
-
Packages that use IRowchildren Package Description org.zkoss.stateless.sul -
-
Uses of IRowchildren in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IRowchildren Modifier and Type Field Description static IRowchildren<IAnyGroup>
IRowchildren. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IRowchildren Modifier and Type Method Description static IRowchildren
IRowchildrenCtrl. from(Rowchildren instance)
static <I extends IAnyGroup>
IRowchildren<I>IRowchildren. of(I child)
Returns the instance with the given child.static <I extends IAnyGroup>
IRowchildren<I>IRowchildren. ofId(java.lang.String id)
Returns the instance with the given id.IRowchildren
IRowchildren. withColspan(int colspan)
Returns a copy ofthis
immutable component with the specifiedcolspan
.IRowchildren
IRowchildren. withOffset(int offset)
Returns a copy ofthis
immutable component with the specifiedoffset
.Methods in org.zkoss.stateless.sul with parameters of type IRowchildren Modifier and Type Method Description static IRowlayout
IRowlayout. of(IRowchildren<IAnyGroup>... children)
Returns the instance with the givenIRowchildren
children.Method parameters in org.zkoss.stateless.sul with type arguments of type IRowchildren Modifier and Type Method Description static IRowlayout
IRowlayout. of(java.lang.Iterable<? extends IRowchildren<IAnyGroup>> children)
Returns the instance with the givenIRowchildren
children.
-