Uses of Interface
org.zkoss.stateless.sul.IChildrenOfPanel
-
Packages that use IChildrenOfPanel Package Description org.zkoss.stateless.sul -
-
Uses of IChildrenOfPanel in org.zkoss.stateless.sul
Classes in org.zkoss.stateless.sul with type parameters of type IChildrenOfPanel Modifier and Type Interface Description interface
IChildrenOfPanel<I extends IChildrenOfPanel>
An interface to indicate child is allowed forIPanel
.Subinterfaces of IChildrenOfPanel in org.zkoss.stateless.sul Modifier and Type Interface Description interface
ICaption<I extends IAnyGroup>
ImmutableCaption
component.interface
IPanelchildren<I extends IAnyGroup>
ImmutablePanelchildren
componentinterface
IToolbar<I extends IAnyGroup>
ImmutableToolbar
componentMethod parameters in org.zkoss.stateless.sul with type arguments of type IChildrenOfPanel Modifier and Type Method Description default IPanel
IPanel. withAllComponents(java.lang.Iterable<? extends IChildrenOfPanel> elements)
-