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 ISelectbox
ISelectboxController. 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, ListModel<D> model)
Returns the controller instance with the givenselectbox
static <D> ISelectboxController<D>
ISelectboxController. of(ISelectbox owner, 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 ISelectbox
ISelectbox. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ISelectbox Modifier and Type Method Description static ISelectbox
ISelectboxCtrl. from(Selectbox instance)
static ISelectbox
ISelectbox. of(java.lang.Iterable<java.lang.String> children)
Returns the instance with the given text children.static ISelectbox
ISelectbox. of(java.lang.String... children)
Returns the instance with the given text children.static ISelectbox
ISelectbox. ofId(java.lang.String id)
Returns the instance with the given id.ISelectbox
ISelectbox. withChildren(java.lang.Iterable<java.lang.String> children)
Returns a copy ofthis
immutable component with the specifiedchildren
.ISelectbox
ISelectbox. withChildren(java.lang.String... children)
Returns a copy ofthis
immutable component with the specifiedchildren
.ISelectbox
ISelectbox. withMaxlength(int maxlength)
Returns a copy ofthis
immutable component with the specifiedmaxlength
.ISelectbox
ISelectbox. withMultiple(boolean multiple)
Returns a copy ofthis
immutable component with the specifiedmultiple
.ISelectbox
ISelectbox. withName(java.lang.String name)
Returns a copy ofthis
immutable component with the specifiedname
.
-