|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Treeitem | |
---|---|
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 Treeitem in org.zkoss.zul |
---|
Classes in org.zkoss.zul that implement Treeitem | |
---|---|
class |
Treeitem
A treeitem. |
Methods in org.zkoss.zul that return Treeitem | |
---|---|
Treeitem |
Treeitem.getParentItemApi()
Returns the parent tree item, or null if this item is already the top level of the tree. |
Treeitem |
Tree.getSelectedItemApi()
Returns the selected item. |
Treeitem |
Tree.renderItemByPathApi(int[] path)
Load treeitems through path path Note: By using this method, all treeitems in path will be rendered and opened ( Treeitem.setOpen(boolean) ). |
Methods in org.zkoss.zul with parameters of type Treeitem | |
---|---|
void |
Tree.addItemToSelectionApi(Treeitem itemApi)
Selects the given item, without deselecting any other items that are already selected.. |
void |
Tree.removeItemFromSelectionApi(Treeitem itemApi)
Deselects the given item without deselecting other items. |
void |
Tree.renderItemApi(Treeitem itemApi)
Renders the specified Treeitem , if not loaded yet,
with Tree.getTreeitemRenderer() . |
void |
Tree.renderItemApi(Treeitem itemApi,
java.lang.Object node)
Renders the specified Treeitem , if not loaded yet,
with Tree.getTreeitemRenderer() . |
void |
Tree.selectItemApi(Treeitem itemApi)
Deselects all of the currently selected items and selects the given item. |
void |
Tree.setActivePageApi(Treeitem itemApi)
Sets the active page in which the specified item is. |
void |
Tree.setSelectedItemApi(Treeitem itemApi)
Deselects all of the currently selected items and selects the given item. |
void |
Tree.toggleItemSelectionApi(Treeitem itemApi)
If the specified item is selected, it is deselected. |
Uses of Treeitem in org.zkoss.zul.api |
---|
Methods in org.zkoss.zul.api that return Treeitem | |
---|---|
Treeitem |
Treeitem.getParentItemApi()
Returns the parent tree item, or null if this item is already the top level of the tree. |
Treeitem |
Tree.getSelectedItemApi()
Returns the selected item. |
Treeitem |
Tree.renderItemByPathApi(int[] path)
Load treeitems through path path Note: By using this method, all treeitems in path will be rendered and opened ( setOpen(boolean) ). |
Methods in org.zkoss.zul.api with parameters of type Treeitem | |
---|---|
void |
Tree.addItemToSelectionApi(Treeitem item)
Selects the given item, without deselecting any other items that are already selected.. |
void |
Tree.removeItemFromSelectionApi(Treeitem item)
Deselects the given item without deselecting other items. |
void |
Tree.renderItemApi(Treeitem item)
Renders the specified Treeitem , if not loaded yet, with
Tree.getTreeitemRenderer() . |
void |
Tree.renderItemApi(Treeitem item,
java.lang.Object node)
Renders the specified Treeitem , if not loaded yet, with
Tree.getTreeitemRenderer() . |
void |
Tree.selectItemApi(Treeitem item)
Deselects all of the currently selected items and selects the given item. |
void |
Tree.setActivePageApi(Treeitem item)
Sets the active page in which the specified item is. |
void |
Tree.setSelectedItemApi(Treeitem item)
Deselects all of the currently selected items and selects the given item. |
void |
Tree.toggleItemSelectionApi(Treeitem item)
If the specified item is selected, it is deselected. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |