|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Treeitem | |
|---|---|
| org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
| Uses of Treeitem in org.zkoss.zul |
|---|
| Methods in org.zkoss.zul that return Treeitem | |
|---|---|
Treeitem |
Tree.getSelectedItem()
Returns the selected item. |
Treeitem |
Treerow.getTreeitem()
Deprecated. |
Treeitem |
Treeitem.getTreeitem()
Deprecated. |
Treeitem |
Treecell.getTreeitem()
Deprecated. |
| Methods in org.zkoss.zul with parameters of type Treeitem | |
|---|---|
void |
Tree.addItemToSelection(Treeitem item)
Selects the given item, without deselecting any other items that are already selected.. |
boolean |
Treecell.isLastChild(Treeitem item)
Returns whether an item is the last child. |
void |
Tree.removeItemFromSelection(Treeitem item)
Deselects the given item without deselecting other items. |
void |
Tree.selectItem(Treeitem item)
Deselects all of the currently selected items and selects the given item. |
void |
Tree.setSelectedItem(Treeitem item)
Deselects all of the currently selected items and selects the given item. |
void |
Tree.toggleItemSelection(Treeitem item)
If the specified item is selected, it is deselected. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||