Uses of Interface
org.zkoss.stateless.sul.ISelectbox
-
Packages that use ISelectbox Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of ISelectbox in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return ISelectbox Modifier and Type Method Description ISelectboxISelectboxController. build()Methods in org.zkoss.stateless.state with parameters of type ISelectbox Modifier and Type Method Description static <D> ISelectboxController<D>ISelectboxController. of(ISelectbox owner)Returns the controller instance with the givenselectbox.static <D> ISelectboxController<D>ISelectboxController. of(ISelectbox owner, org.zkoss.zul.ListModel<D> model)Returns the controller instance with the givenselectboxstatic <D> ISelectboxController<D>ISelectboxController. of(ISelectbox owner, org.zkoss.zul.ListModel<D> model, CheckedFunction2<java.lang.Object,java.lang.Integer,java.lang.String> renderer)Returns the controller instance with the givenselectbox -
Uses of ISelectbox in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ISelectbox Modifier and Type Field Description static ISelectboxISelectbox. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ISelectbox Modifier and Type Method Description static ISelectboxISelectboxCtrl. from(org.zkoss.zul.Selectbox instance)static ISelectboxISelectbox. of(java.lang.Iterable<java.lang.String> children)Returns the instance with the given text children.static ISelectboxISelectbox. of(java.lang.String... children)Returns the instance with the given text children.static ISelectboxISelectbox. ofId(java.lang.String id)Returns the instance with the given id.ISelectboxISelectbox. withChildren(java.lang.Iterable<java.lang.String> children)Returns a copy ofthisimmutable component with the specifiedchildren.ISelectboxISelectbox. withChildren(java.lang.String... children)Returns a copy ofthisimmutable component with the specifiedchildren.ISelectboxISelectbox. withMaxlength(int maxlength)Returns a copy ofthisimmutable component with the specifiedmaxlength.ISelectboxISelectbox. withMultiple(boolean multiple)Returns a copy ofthisimmutable component with the specifiedmultiple.ISelectboxISelectbox. withName(java.lang.String name)Returns a copy ofthisimmutable component with the specifiedname.
-