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 IBandpopupIBandpopup. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IBandpopup Modifier and Type Method Description static IBandpopupIBandpopupCtrl. from(org.zkoss.zul.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 IBandboxIBandbox. of(java.lang.String value, IBandpopup bandpopup)Return the instance of the given value and bandpopup child.static IBandboxIBandbox. of(IBandpopup bandpopup)Return the instance of the given bandpopup child.
-