|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Comboitem | |
|---|---|
| org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
| org.zkoss.zul.api | |
| Uses of Comboitem in org.zkoss.zul |
|---|
| Classes in org.zkoss.zul that implement Comboitem | |
|---|---|
class |
Comboitem
An item of a combo box. |
| Methods in org.zkoss.zul that return Comboitem | |
|---|---|
Comboitem |
Combobox.appendItemApi(java.lang.String label)
Appends an item. |
Comboitem |
Combobox.getItemAtIndexApi(int index)
Returns the item at the specified index. |
Comboitem |
Combobox.getSelectedItemApi()
Returns the selected item. |
Comboitem |
Combobox.removeItemAtApi(int index)
Removes the child item in the list box at the given index. |
| Methods in org.zkoss.zul with parameters of type Comboitem | |
|---|---|
void |
Combobox.setSelectedItemApi(Comboitem itemApi)
Deselects the currently selected items and selects the given item. |
| Uses of Comboitem in org.zkoss.zul.api |
|---|
| Methods in org.zkoss.zul.api that return Comboitem | |
|---|---|
Comboitem |
Combobox.appendItemApi(java.lang.String label)
Appends an item. |
Comboitem |
Combobox.getItemAtIndexApi(int index)
Returns the item at the specified index. |
Comboitem |
Combobox.getSelectedItemApi()
Returns the selected item. |
Comboitem |
Combobox.removeItemAtApi(int index)
Removes the child item in the list box at the given index. |
| Methods in org.zkoss.zul.api with parameters of type Comboitem | |
|---|---|
void |
Combobox.setSelectedItemApi(Comboitem item)
Deselects the currently selected items and selects the given item. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||