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 IMenupopup
IMenupopup. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IMenupopup Modifier and Type Method Description static IMenupopup
IMenupopupCtrl. from(Menupopup instance)
static IMenupopup
IMenupopup. of(java.lang.Iterable<? extends IChildrenOfMenupopup> children)
Returns the instance with the givenIChildrenOfMenupopup
children.static IMenupopup
IMenupopup. of(IChildrenOfMenupopup... children)
Returns the instance with the givenIChildrenOfMenupopup
children.static IMenupopup
IMenupopup. 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 IMenu
IMenu. of(java.lang.String label, IMenupopup child)
Returns the instance with the given label and a popup child.static IMenu
IMenu. of(IMenupopup child)
Returns the instance with the givenIMenupopup
child.
-