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. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IAbsolutechildren Modifier and Type Method Description static IAbsolutechildrenIAbsolutechildrenCtrl. from(org.zkoss.zul.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 ofthisimmutable component with the specifiedx.IAbsolutechildren<I>IAbsolutechildren. withY(int y)Returns a copy ofthisimmutable component with the specifiedy.Methods in org.zkoss.stateless.sul with parameters of type IAbsolutechildren Modifier and Type Method Description static IAbsolutelayoutIAbsolutelayout. of(IAbsolutechildren<IAnyGroup>... children)Returns the instance with the givenIAbsolutechildrenchildren.Method parameters in org.zkoss.stateless.sul with type arguments of type IAbsolutechildren Modifier and Type Method Description static IAbsolutelayoutIAbsolutelayout. of(java.lang.Iterable<? extends IAbsolutechildren<IAnyGroup>> children)Returns the instance with the givenIAbsolutechildrenchildren.
-