Uses of Interface
org.zkoss.stateless.sul.IPopupBase
-
Packages that use IPopupBase Package Description org.zkoss.stateless.sul -
-
Uses of IPopupBase in org.zkoss.stateless.sul
Classes in org.zkoss.stateless.sul with type parameters of type IPopupBase Modifier and Type Interface Description interface
IPopupBase<I extends IPopupBase>
ImmutablePopup
base componentSubinterfaces of IPopupBase in org.zkoss.stateless.sul Modifier and Type Interface Description interface
IMenupopup
ImmutableMenupopup
componentinterface
IPopup<I extends IAnyGroup>
ImmutablePopup
componentMethods in org.zkoss.stateless.sul with type parameters of type IPopupBase Modifier and Type Method Description static <I extends IPopupBase>
ICombobuttonICombobutton. of(I iPopup)
Returns the instance with the given popup * @param popup The popup of the componentstatic <I extends IPopupBase>
ICombobuttonICombobutton. of(java.lang.String label, I popup)
Returns the instance with the given label and popup.
-