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. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IRowchildren Modifier and Type Method Description static IRowchildrenIRowchildrenCtrl. from(org.zkoss.zkmax.zul.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.IRowchildrenIRowchildren. withColspan(int colspan)Returns a copy ofthisimmutable component with the specifiedcolspan.IRowchildrenIRowchildren. withOffset(int offset)Returns a copy ofthisimmutable component with the specifiedoffset.Methods in org.zkoss.stateless.sul with parameters of type IRowchildren Modifier and Type Method Description static IRowlayoutIRowlayout. of(IRowchildren<IAnyGroup>... children)Returns the instance with the givenIRowchildrenchildren.Method parameters in org.zkoss.stateless.sul with type arguments of type IRowchildren Modifier and Type Method Description static IRowlayoutIRowlayout. of(java.lang.Iterable<? extends IRowchildren<IAnyGroup>> children)Returns the instance with the givenIRowchildrenchildren.
-