Uses of Interface
org.zkoss.stateless.sul.IPopup
-
Packages that use IPopup Package Description org.zkoss.stateless.sul -
-
Uses of IPopup in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IPopup Modifier and Type Field Description static IPopup<IAnyGroup>
IPopup. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IPopup Modifier and Type Method Description static IPopup
IPopupCtrl. from(Popup instance)
static <I extends IAnyGroup>
IPopup<I>IPopup. of(I... children)
Returns the instance with the given any group children.static <I extends IAnyGroup>
IPopup<I>IPopup. of(java.lang.Iterable<? extends I> children)
Returns the instance with the given any group children.static <I extends IAnyGroup>
IPopup<I>IPopup. ofId(java.lang.String id)
Returns the instance with the given id.
-