|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Listitem | |
---|---|
org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
org.zkoss.zul.api | Interfaces of zul components, which are the abstract layer to access a ZUL component |
Uses of Listitem in org.zkoss.zul |
---|
Classes in org.zkoss.zul that implement Listitem | |
---|---|
class |
Listgroup
Adds the ability for single level grouping to the Listbox. |
class |
Listgroupfoot
Listgroupfoot serves as a summary listitem of listgroup. |
class |
Listitem
A list item. |
Methods in org.zkoss.zul that return Listitem | |
---|---|
Listitem |
Listbox.appendItemApi(java.lang.String label,
java.lang.String value)
Appends an item. |
Listitem |
Listbox.getItemAtIndexApi(int index)
Returns the item at the specified index. |
Listitem |
Listbox.getSelectedItemApi()
Returns the selected item. |
Listitem |
Listbox.removeItemAtApi(int index)
Removes the child item in the list box at the given index. |
Listitem |
Listbox.renderItemApi(Listitem itemApi)
Renders the specified Listitem if not loaded yet, with
Listbox.getItemRenderer() . |
Methods in org.zkoss.zul with parameters of type Listitem | |
---|---|
void |
Listbox.addItemToSelectionApi(Listitem itemApi)
Selects the given item, without deselecting any other items that are already selected.. |
int |
Listbox.getIndexOfItemApi(Listitem itemApi)
Returns the index of the specified item, or -1 if not found. |
void |
Listbox.removeItemFromSelectionApi(Listitem itemApi)
Deselects the given item without deselecting other items. |
Listitem |
Listbox.renderItemApi(Listitem itemApi)
Renders the specified Listitem if not loaded yet, with
Listbox.getItemRenderer() . |
void |
Listbox.selectItemApi(Listitem itemApi)
Deselects all of the currently selected items and selects the given item. |
void |
Listbox.setActivePage(Listitem itemApi)
Sets the active page in which the specified item is. |
void |
Listbox.setSelectedItemApi(Listitem itemApi)
Deselects all of the currently selected items and selects the given item. |
void |
Listbox.toggleItemSelectionApi(Listitem itemApi)
If the specified item is selected, it is deselected. |
Uses of Listitem in org.zkoss.zul.api |
---|
Subinterfaces of Listitem in org.zkoss.zul.api | |
---|---|
interface |
Listgroup
Adds the ability for single level grouping to the Listbox. |
interface |
Listgroupfoot
GroupFooter serves as a summary listitem of listgroup. |
Methods in org.zkoss.zul.api that return Listitem | |
---|---|
Listitem |
Listbox.appendItemApi(java.lang.String label,
java.lang.String value)
Appends an item. |
Listitem |
Listbox.getItemAtIndexApi(int index)
Returns the item at the specified index. |
Listitem |
Listbox.getSelectedItemApi()
Returns the selected item. |
Listitem |
Listbox.removeItemAtApi(int index)
Removes the child item in the list box at the given index. |
Listitem |
Listbox.renderItemApi(Listitem li)
Renders the specified Listitem if not loaded yet, with
Listbox.getItemRenderer() . |
Methods in org.zkoss.zul.api with parameters of type Listitem | |
---|---|
void |
Listbox.addItemToSelectionApi(Listitem item)
Selects the given item, without deselecting any other items that are already selected.. |
int |
Listbox.getIndexOfItemApi(Listitem item)
Returns the index of the specified item, or -1 if not found. |
void |
Listbox.removeItemFromSelectionApi(Listitem item)
Deselects the given item without deselecting other items. |
Listitem |
Listbox.renderItemApi(Listitem li)
Renders the specified Listitem if not loaded yet, with
Listbox.getItemRenderer() . |
void |
Listbox.selectItemApi(Listitem item)
Deselects all of the currently selected items and selects the given item. |
void |
Listbox.setActivePage(Listitem item)
Sets the active page in which the specified item is. |
void |
Listbox.setSelectedItemApi(Listitem item)
Deselects all of the currently selected items and selects the given item. |
void |
Listbox.toggleItemSelectionApi(Listitem item)
If the specified item is selected, it is deselected. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |