Uses of Interface
org.nuxeo.ecm.webengine.ui.tree.TreeItem
-
Uses of TreeItem in org.nuxeo.ecm.webengine.ui.tree
Modifier and TypeFieldDescriptionprotected TreeItem[]
TreeItemImpl.children
static final TreeItem[]
TreeItemImpl.EMPTY_CHILDREN
static final TreeItem[]
TreeItemImpl.HAS_CHILDREN
protected final TreeItem
TreeItemImpl.parent
protected TreeItem
TreeModelImpl.root
Modifier and TypeMethodDescriptionprotected TreeItem
TreeItem[]
TreeItem.expand()
Expands the item.TreeItem[]
TreeItemImpl.expand()
Finds the item given its relative path to that item.Find the item at the given path.LikeTreeModel.find(String)
but the path is expressed as aPath
object.TreeItem.findAndReveal
(Path path) Finds the item given its relative path to that item and expand all its parents so that the item will be visible in the tree.TreeItemImpl.findAndReveal
(Path path) TreeModel.findAndReveal
(String path) Find and item given it's path and expand parents if needed.TreeModel.findAndReveal
(Path path) LikeTreeModel.findAndReveal(String)
but the path is expressed as aPath
object.TreeModelImpl.findAndReveal
(String path) TreeModelImpl.findAndReveal
(Path path) Gets the child item given its name.TreeItem[]
TreeItem.getChildren()
Gets the cached children.TreeItem[]
TreeItemImpl.getChildren()
TreeItem.getParent()
Gets the parent item or null if this is the root item.TreeItemImpl.getParent()
TreeModel.getRoot()
Get the tree root item, or null if tree has no input.TreeModelImpl.getRoot()
Modifier and TypeMethodDescriptionMust be overridden to provide real URLsprotected net.sf.json.JSONObject
You may override this method to change the output JSON.net.sf.json.JSONObject
net.sf.json.JSONArray
Visit a tree item.Modifier and TypeMethodDescriptionnet.sf.json.JSONArray
JSonTreeSerializer.toJSON
(Collection<TreeItem> items) ModifierConstructorDescriptionTreeItemImpl
(TreeItem parent, Object data) TreeItemImpl
(TreeItem parent, ContentProvider provider, Object data) -
Uses of TreeItem in org.nuxeo.ecm.webengine.ui.tree.document