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<DataT,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, org.zkoss.zul.ListModel<D> model, CheckedFunction2<D,java.lang.Integer,IComboitem> renderer)voidIComboboxController. setRenderer(CheckedFunction2<DataT,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 IComboitemIComboitem. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IComboitem Modifier and Type Method Description static IComboitemIComboitemCtrl. from(org.zkoss.zul.Comboitem instance)static IComboitemIComboitem. of(java.lang.String label)Returns the instance with the given labelstatic IComboitemIComboitem. of(java.lang.String label, java.lang.String image)Returns the instance with the given label and imagestatic IComboitemIComboitem. ofId(java.lang.String id)Returns the instance with the given id.static IComboitemIComboitem. ofImage(java.lang.String image)Returns the instance with the given imageIComboitemIComboitem. withContent(java.lang.String content)Returns a copy ofthisimmutable component with the specifiedcontent.IComboitemIComboitem. withDescription(java.lang.String description)Returns a copy ofthisimmutable component with the specifieddescription.Methods in org.zkoss.stateless.sul with parameters of type IComboitem Modifier and Type Method Description static IComboboxICombobox. of(IComboitem... children)Returns the instance with the givenIComboitemchildren.Method parameters in org.zkoss.stateless.sul with type arguments of type IComboitem Modifier and Type Method Description static IComboboxICombobox. of(java.lang.Iterable<? extends IComboitem> children)Returns the instance with the givenIComboitemchildren.
-