Package | Description |
---|---|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
Modifier and Type | Method and Description |
---|---|
Comboitem |
Combobox.appendItem(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.
|
Modifier and Type | Method and Description |
---|---|
List<Comboitem> |
Combobox.getItems()
Returns a 'live' list of all
Comboitem . |
Modifier and Type | Method and 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.
|
Copyright © 2017. All rights reserved.