Package | Description |
---|---|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
Modifier and Type | Method and Description |
---|---|
void |
BindComboitemRenderer.render(Comboitem item,
java.lang.Object data,
int index) |
Modifier and Type | Method and 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 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 |
---|---|
java.util.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 © 2005-2018 Potix Corporation. All Rights Reserved.