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 interfaceIChildrenOfMenupopup<I extends IChildrenOfMenupopup>An interface to indicate child is allowed forIMenupopup.Subinterfaces of IChildrenOfMenupopup in org.zkoss.stateless.sul Modifier and Type Interface Description interfaceIMenuImmutableMenucomponentinterfaceIMenuitemImmutableMenuitemcomponentinterfaceIMenuseparatorImmutableMenuseparatorcomponentMethods in org.zkoss.stateless.sul with parameters of type IChildrenOfMenupopup Modifier and Type Method Description static IMenubarIMenubar. of(IChildrenOfMenupopup... children)Returns the instance with the givenIChildrenOfMenupopupchildren.static IMenupopupIMenupopup. of(IChildrenOfMenupopup... children)Returns the instance with the givenIChildrenOfMenupopupchildren.Method parameters in org.zkoss.stateless.sul with type arguments of type IChildrenOfMenupopup Modifier and Type Method Description static IMenubarIMenubar. of(java.lang.Iterable<? extends IChildrenOfMenupopup> children)Returns the instance with the givenIChildrenOfMenupopupchildren.static IMenupopupIMenupopup. of(java.lang.Iterable<? extends IChildrenOfMenupopup> children)Returns the instance with the givenIChildrenOfMenupopupchildren.
-