|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Comboitem | |
|---|---|
| org.zkoss.bind.impl | Core Implementation for ZK Bind |
| org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
| Uses of Comboitem in org.zkoss.bind.impl |
|---|
| Methods in org.zkoss.bind.impl with parameters of type Comboitem | |
|---|---|
void |
BindComboitemRenderer.render(Comboitem item,
java.lang.Object data,
int index)
|
| Uses of Comboitem in org.zkoss.zul |
|---|
| Methods in org.zkoss.zul that return Comboitem | |
|---|---|
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 of Comboitem 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 | |
|---|---|
java.util.List<Comboitem> |
Combobox.getItems()
Returns a 'live' list of all Comboitem. |
| Methods in org.zkoss.zul with parameters of type Comboitem | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||