Uses of Interface
org.zkoss.stateless.sul.IAbsolutechildren
-
Packages that use IAbsolutechildren Package Description org.zkoss.stateless.sul -
-
Uses of IAbsolutechildren in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IAbsolutechildren Modifier and Type Field Description static IAbsolutechildren<IAnyGroup>
IAbsolutechildren. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IAbsolutechildren Modifier and Type Method Description static IAbsolutechildren
IAbsolutechildrenCtrl. from(Absolutechildren instance)
static <I extends IAnyGroup>
IAbsolutechildrenIAbsolutechildren. of(int x, int y)
Returns the instance with the given x and y.static <I extends IAnyGroup>
IAbsolutechildren<I>IAbsolutechildren. of(int x, int y, I... children)
Returns the instance with the given x, y, and any group children.static <I extends IAnyGroup>
IAbsolutechildren<I>IAbsolutechildren. of(int x, int y, java.lang.Iterable<? extends I> children)
Returns the instance with the given x, y, and any group children.static <I extends IAnyGroup>
IAbsolutechildrenIAbsolutechildren. ofId(java.lang.String id)
Returns the instance with the given id.IAbsolutechildren<I>
IAbsolutechildren. withX(int x)
Returns a copy ofthis
immutable component with the specifiedx
.IAbsolutechildren<I>
IAbsolutechildren. withY(int y)
Returns a copy ofthis
immutable component with the specifiedy
.Methods in org.zkoss.stateless.sul with parameters of type IAbsolutechildren Modifier and Type Method Description static IAbsolutelayout
IAbsolutelayout. of(IAbsolutechildren<IAnyGroup>... children)
Returns the instance with the givenIAbsolutechildren
children.Method parameters in org.zkoss.stateless.sul with type arguments of type IAbsolutechildren Modifier and Type Method Description static IAbsolutelayout
IAbsolutelayout. of(java.lang.Iterable<? extends IAbsolutechildren<IAnyGroup>> children)
Returns the instance with the givenIAbsolutechildren
children.
-