Uses of Class
org.zkoss.zul.Comboitem
-
Packages that use Comboitem Package Description org.zkoss.bind.impl org.zkoss.stateless.sul org.zkoss.zul -
-
Uses of Comboitem in org.zkoss.bind.impl
Methods in org.zkoss.bind.impl with parameters of type Comboitem Modifier and Type Method Description void
BindComboitemRenderer. render(Comboitem item, java.lang.Object data, int index)
-
Uses of Comboitem in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Comboitem Modifier and Type Method Description static IComboitem
IComboitemCtrl. from(Comboitem instance)
-
Uses of Comboitem in org.zkoss.zul
Methods in org.zkoss.zul that return Comboitem Modifier and Type Method Description Comboitem
Combobox. appendItem(java.lang.String label)
Appends an item.Comboitem
Combobox. getItemAtIndex(int index)
Returns the item at the specified index.Comboitem
Combobox. getSelectedItem()
Returns the selected item.Comboitem
ComboitemRendererExt. newComboitem(Combobox combobox)
Creates an instance ofComboitem
for rendering.Comboitem
Combobox. 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 void
ComboitemRenderer. render(Comboitem item, T data, int index)
Renders the data to the specified comboitem.void
Combobox. setSelectedItem(Comboitem item)
Deselects the currently selected items and selects the given item.
-