Uses of Interface
org.nuxeo.ecm.webengine.ui.tree.TreeItem
Packages that use TreeItem
-
Uses of TreeItem in org.nuxeo.ecm.webengine.ui.tree
Classes in org.nuxeo.ecm.webengine.ui.tree that implement TreeItemFields in org.nuxeo.ecm.webengine.ui.tree declared as TreeItemModifier 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
Methods in org.nuxeo.ecm.webengine.ui.tree that return TreeItemModifier 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()
Methods in org.nuxeo.ecm.webengine.ui.tree with parameters of type TreeItemModifier 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.Method parameters in org.nuxeo.ecm.webengine.ui.tree with type arguments of type TreeItemModifier and TypeMethodDescriptionnet.sf.json.JSONArray
JSonTreeSerializer.toJSON
(Collection<TreeItem> items) Constructors in org.nuxeo.ecm.webengine.ui.tree with parameters of type TreeItemModifierConstructorDescriptionTreeItemImpl
(TreeItem parent, Object data) TreeItemImpl
(TreeItem parent, ContentProvider provider, Object data) -
Uses of TreeItem in org.nuxeo.ecm.webengine.ui.tree.document
Methods in org.nuxeo.ecm.webengine.ui.tree.document with parameters of type TreeItem