Uses of Interface
org.zkoss.stateless.sul.IColumnchildren
-
Packages that use IColumnchildren Package Description org.zkoss.stateless.sul -
-
Uses of IColumnchildren in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IColumnchildren Modifier and Type Field Description static IColumnchildren<IAnyGroup>
IColumnchildren. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IColumnchildren Modifier and Type Method Description static IColumnchildren
IColumnchildrenCtrl. from(Columnchildren instance)
static <I extends IAnyGroup>
IColumnchildren<I>IColumnchildren. of(I... children)
Returns the instance with the given any group children.static <I extends IAnyGroup>
IColumnchildren<I>IColumnchildren. of(java.lang.Iterable<? extends I> children)
Returns the instance with the given any group children.static <I extends IAnyGroup>
IColumnchildren<I>IColumnchildren. ofFlex(java.lang.String hflex, java.lang.String vflex)
Returns the instance with the given vflex and hflexstatic <I extends IAnyGroup>
IColumnchildren<I>IColumnchildren. ofId(java.lang.String id)
Returns the instance with the given id.static <I extends IAnyGroup>
IColumnchildren<I>IColumnchildren. ofSize(java.lang.String width, java.lang.String height)
Returns the instance with the given width and heightMethods in org.zkoss.stateless.sul with parameters of type IColumnchildren Modifier and Type Method Description static IColumnlayout
IColumnlayout. of(IColumnchildren<IAnyGroup>... children)
Returns the instance with the givenIColumnchildren
children.Method parameters in org.zkoss.stateless.sul with type arguments of type IColumnchildren Modifier and Type Method Description static IColumnlayout
IColumnlayout. of(java.lang.Iterable<? extends IColumnchildren<IAnyGroup>> children)
Returns the instance with the givenIColumnchildren
children.
-