Uses of Interface
org.zkoss.stateless.sul.IMenupopup
-
Packages that use IMenupopup Package Description org.zkoss.stateless.sul -
-
Uses of IMenupopup in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IMenupopup Modifier and Type Field Description static IMenupopupIMenupopup. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IMenupopup Modifier and Type Method Description static IMenupopupIMenupopupCtrl. from(org.zkoss.zul.Menupopup instance)static IMenupopupIMenupopup. of(java.lang.Iterable<? extends IChildrenOfMenupopup> children)Returns the instance with the givenIChildrenOfMenupopupchildren.static IMenupopupIMenupopup. of(IChildrenOfMenupopup... children)Returns the instance with the givenIChildrenOfMenupopupchildren.static IMenupopupIMenupopup. ofId(java.lang.String id)Returns the instance with the given id.Methods in org.zkoss.stateless.sul with parameters of type IMenupopup Modifier and Type Method Description static IMenuIMenu. of(java.lang.String label, IMenupopup child)Returns the instance with the given label and a popup child.static IMenuIMenu. of(IMenupopup child)Returns the instance with the givenIMenupopupchild.
-