Uses of Interface
org.zkoss.stateless.sul.IPanelchildren
-
Packages that use IPanelchildren Package Description org.zkoss.stateless.sul -
-
Uses of IPanelchildren in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IPanelchildren Modifier and Type Field Description static IPanelchildren<IAnyGroup>
IPanelchildren. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IPanelchildren Modifier and Type Method Description static IPanelchildren
IPanelchildrenCtrl. from(Panelchildren instance)
IPanelchildren<? extends IAnyGroup>
IPanel. getPanelchildren()
Returns the panelchildren of this component.static <I extends IAnyGroup>
IPanelchildren<I>IPanelchildren. of(I... children)
Returns the instance with the given any group children.static <I extends IAnyGroup>
IPanelchildren<I>IPanelchildren. of(java.lang.Iterable<? extends I> children)
Returns the instance with the given any group children.static <I extends IAnyGroup>
IPanelchildren<I>IPanelchildren. ofId(java.lang.String id)
Returns the instance with the given id.Methods in org.zkoss.stateless.sul with parameters of type IPanelchildren Modifier and Type Method Description static IPanel
IPanel. of(IPanelchildren panelchildren)
Returns the instance with the givenIPanelchildren
child.IPanel
IPanel. withPanelchildren(IPanelchildren<? extends IAnyGroup> panelchildren)
Returns a copy ofthis
immutable component with the specifiedpanelchildren
.
-