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