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. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IPanelchildren Modifier and Type Method Description static IPanelchildrenIPanelchildrenCtrl. from(org.zkoss.zul.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 IPanelIPanel. of(IPanelchildren panelchildren)Returns the instance with the givenIPanelchildrenchild.IPanelIPanel. withPanelchildren(IPanelchildren<? extends IAnyGroup> panelchildren)Returns a copy ofthisimmutable component with the specifiedpanelchildren.
-