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 interfaceIPopupBase<I extends IPopupBase>ImmutablePopupbase componentSubinterfaces of IPopupBase in org.zkoss.stateless.sul Modifier and Type Interface Description interfaceIMenupopupImmutableMenupopupcomponentinterfaceIPopup<I extends IAnyGroup>ImmutablePopupcomponentMethods 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.
-