Uses of Interface
org.nuxeo.ecm.webengine.ui.tree.TreeItem
-
Packages that use TreeItem Package Description org.nuxeo.ecm.webengine.ui.tree org.nuxeo.ecm.webengine.ui.tree.document -
-
Uses of TreeItem in org.nuxeo.ecm.webengine.ui.tree
Classes in org.nuxeo.ecm.webengine.ui.tree that implement TreeItem Modifier and Type Class Description class
TreeItemImpl
Fields in org.nuxeo.ecm.webengine.ui.tree declared as TreeItem Modifier and Type Field Description protected TreeItem[]
TreeItemImpl. children
static TreeItem[]
TreeItemImpl. EMPTY_CHILDREN
static TreeItem[]
TreeItemImpl. HAS_CHILDREN
protected TreeItem
TreeItemImpl. parent
protected TreeItem
TreeModelImpl. root
Methods in org.nuxeo.ecm.webengine.ui.tree that return TreeItem Modifier and Type Method Description protected TreeItem
TreeItemImpl. _getChild(String name)
TreeItem[]
TreeItem. expand()
Expands the item.TreeItem[]
TreeItemImpl. expand()
TreeItem
TreeItem. find(Path path)
Finds the item given its relative path to that item.TreeItem
TreeItemImpl. find(Path path)
TreeItem
TreeModel. find(String path)
Find the item at the given path.TreeItem
TreeModel. find(Path path)
LikeTreeModel.find(String)
but the path is expressed as aPath
object.TreeItem
TreeModelImpl. find(String path)
TreeItem
TreeModelImpl. find(Path path)
TreeItem
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.TreeItem
TreeItemImpl. findAndReveal(Path path)
TreeItem
TreeModel. findAndReveal(String path)
Find and item given it's path and expand parents if needed.TreeItem
TreeModel. findAndReveal(Path path)
LikeTreeModel.findAndReveal(String)
but the path is expressed as aPath
object.TreeItem
TreeModelImpl. findAndReveal(String path)
TreeItem
TreeModelImpl. findAndReveal(Path path)
TreeItem
TreeItem. getChild(String name)
Gets the child item given its name.TreeItem
TreeItemImpl. getChild(String name)
TreeItem[]
TreeItem. getChildren()
Gets the cached children.TreeItem[]
TreeItemImpl. getChildren()
TreeItem
TreeItem. getParent()
Gets the parent item or null if this is the root item.TreeItem
TreeItemImpl. getParent()
TreeItem
TreeModel. getRoot()
Get the tree root item, or null if tree has no input.TreeItem
TreeModelImpl. getRoot()
Methods in org.nuxeo.ecm.webengine.ui.tree with parameters of type TreeItem Modifier and Type Method Description String
JSonTreeSerializer. getUrl(TreeItem item)
Must be overridden to provide real URLsprotected net.sf.json.JSONObject
JSonTreeSerializer. item2JSON(TreeItem item, net.sf.json.JSONArray children)
You may override this method to change the output JSON.net.sf.json.JSONObject
JSonTreeSerializer. toJSON(TreeItem root)
net.sf.json.JSONArray
JSonTreeSerializer. toJSON(TreeItem[] items)
Object
JSonTreeSerializer. visit(TreeItem item)
Object
TreeItemVisitor. visit(TreeItem item)
Visit a tree item.Method parameters in org.nuxeo.ecm.webengine.ui.tree with type arguments of type TreeItem Modifier and Type Method Description net.sf.json.JSONArray
JSonTreeSerializer. toJSON(Collection<TreeItem> items)
Constructors in org.nuxeo.ecm.webengine.ui.tree with parameters of type TreeItem Constructor Description TreeItemImpl(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 Modifier and Type Method Description String
JSonDocumentTreeSerializer. getUrl(TreeItem item)
-