Uses of Class
org.zkoss.zul.Comboitem
-
Packages that use Comboitem Package Description org.zkoss.zul -
-
Uses of Comboitem in org.zkoss.zul
Methods in org.zkoss.zul that return Comboitem Modifier and Type Method Description ComboitemCombobox. appendItem(java.lang.String label)Appends an item.ComboitemCombobox. getItemAtIndex(int index)Returns the item at the specified index.ComboitemCombobox. getSelectedItem()Returns the selected item.ComboitemComboitemRendererExt. newComboitem(Combobox combobox)Creates an instance ofComboitemfor rendering.ComboitemCombobox. removeItemAt(int index)Removes the child item in the list box at the given index.Methods in org.zkoss.zul that return types with arguments of type Comboitem Modifier and Type Method Description java.util.List<Comboitem>Combobox. getItems()Returns a 'live' list of allComboitem.Methods in org.zkoss.zul with parameters of type Comboitem Modifier and Type Method Description voidComboitemRenderer. render(Comboitem item, T data, int index)Renders the data to the specified comboitem.voidCombobox. setSelectedItem(Comboitem item)Deselects the currently selected items and selects the given item.
-