程序包 | 说明 |
---|---|
org.opencms.gwt.client.ui.tree |
Provides a tree and lazy tree implementation.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsLazyTree<I extends CmsLazyTreeItem>
Lazy tree imeplementation.
|
限定符和类型 | 方法和说明 |
---|---|
CmsTree<CmsTreeItem> |
CmsTreeItem.getTree()
Gets the tree to which this tree item belongs, or null if it does not belong to a tree.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsTreeItem.setTree(CmsTree<CmsTreeItem> tree)
Sets the tree to which this tree item belongs.
|