Uses of Interface
org.zkoss.stateless.sul.IComboitem
-
Packages that use IComboitem Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of IComboitem in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return types with arguments of type IComboitem Modifier and Type Method Description CheckedFunction2<Data,java.lang.Integer,IComboitem>
IComboboxController. getRenderer()
Returns the renderer to render each row, or null if the default renderer is used.Method parameters in org.zkoss.stateless.state with type arguments of type IComboitem Modifier and Type Method Description static <D> IComboboxController<D>
IComboboxController. of(ICombobox owner, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,IComboitem> renderer)
void
IComboboxController. setRenderer(CheckedFunction2<Data,java.lang.Integer,IComboitem> renderer)
Sets the renderer which is used to render each row ifIComboboxController.getModel()
is not null. -
Uses of IComboitem in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IComboitem Modifier and Type Field Description static IComboitem
IComboitem. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IComboitem Modifier and Type Method Description static IComboitem
IComboitemCtrl. from(Comboitem instance)
static IComboitem
IComboitem. of(java.lang.String label)
Returns the instance with the given labelstatic IComboitem
IComboitem. of(java.lang.String label, java.lang.String image)
Returns the instance with the given label and imagestatic IComboitem
IComboitem. ofId(java.lang.String id)
Returns the instance with the given id.static IComboitem
IComboitem. ofImage(java.lang.String image)
Returns the instance with the given imageIComboitem
IComboitem. withContent(java.lang.String content)
Returns a copy ofthis
immutable component with the specifiedcontent
.IComboitem
IComboitem. withDescription(java.lang.String description)
Returns a copy ofthis
immutable component with the specifieddescription
.Methods in org.zkoss.stateless.sul with parameters of type IComboitem Modifier and Type Method Description static ICombobox
ICombobox. of(IComboitem... children)
Returns the instance with the givenIComboitem
children.Method parameters in org.zkoss.stateless.sul with type arguments of type IComboitem Modifier and Type Method Description static ICombobox
ICombobox. of(java.lang.Iterable<? extends IComboitem> children)
Returns the instance with the givenIComboitem
children.
-