Uses of Interface
org.zkoss.stateless.sul.IChildrenOfMenupopup
-
Packages that use IChildrenOfMenupopup Package Description org.zkoss.stateless.sul -
-
Uses of IChildrenOfMenupopup in org.zkoss.stateless.sul
Classes in org.zkoss.stateless.sul with type parameters of type IChildrenOfMenupopup Modifier and Type Interface Description interface
IChildrenOfMenupopup<I extends IChildrenOfMenupopup>
An interface to indicate child is allowed forIMenupopup
.Subinterfaces of IChildrenOfMenupopup in org.zkoss.stateless.sul Modifier and Type Interface Description interface
IMenu
ImmutableMenu
componentinterface
IMenuitem
ImmutableMenuitem
componentinterface
IMenuseparator
ImmutableMenuseparator
componentMethods in org.zkoss.stateless.sul with parameters of type IChildrenOfMenupopup Modifier and Type Method Description static IMenubar
IMenubar. of(IChildrenOfMenupopup... children)
Returns the instance with the givenIChildrenOfMenupopup
children.static IMenupopup
IMenupopup. of(IChildrenOfMenupopup... children)
Returns the instance with the givenIChildrenOfMenupopup
children.Method parameters in org.zkoss.stateless.sul with type arguments of type IChildrenOfMenupopup Modifier and Type Method Description static IMenubar
IMenubar. of(java.lang.Iterable<? extends IChildrenOfMenupopup> children)
Returns the instance with the givenIChildrenOfMenupopup
children.static IMenupopup
IMenupopup. of(java.lang.Iterable<? extends IChildrenOfMenupopup> children)
Returns the instance with the givenIChildrenOfMenupopup
children.
-