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 classTreeItemImplFields in org.nuxeo.ecm.webengine.ui.tree declared as TreeItem Modifier and Type Field Description protected TreeItem[]TreeItemImpl. childrenstatic TreeItem[]TreeItemImpl. EMPTY_CHILDRENstatic TreeItem[]TreeItemImpl. HAS_CHILDRENprotected TreeItemTreeItemImpl. parentprotected TreeItemTreeModelImpl. rootMethods in org.nuxeo.ecm.webengine.ui.tree that return TreeItem Modifier and Type Method Description protected TreeItemTreeItemImpl. _getChild(String name)TreeItem[]TreeItem. expand()Expands the item.TreeItem[]TreeItemImpl. expand()TreeItemTreeItem. find(Path path)Finds the item given its relative path to that item.TreeItemTreeItemImpl. find(Path path)TreeItemTreeModel. find(String path)Find the item at the given path.TreeItemTreeModel. find(Path path)LikeTreeModel.find(String)but the path is expressed as aPathobject.TreeItemTreeModelImpl. find(String path)TreeItemTreeModelImpl. find(Path path)TreeItemTreeItem. 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.TreeItemTreeItemImpl. findAndReveal(Path path)TreeItemTreeModel. findAndReveal(String path)Find and item given it's path and expand parents if needed.TreeItemTreeModel. findAndReveal(Path path)LikeTreeModel.findAndReveal(String)but the path is expressed as aPathobject.TreeItemTreeModelImpl. findAndReveal(String path)TreeItemTreeModelImpl. findAndReveal(Path path)TreeItemTreeItem. getChild(String name)Gets the child item given its name.TreeItemTreeItemImpl. getChild(String name)TreeItem[]TreeItem. getChildren()Gets the cached children.TreeItem[]TreeItemImpl. getChildren()TreeItemTreeItem. getParent()Gets the parent item or null if this is the root item.TreeItemTreeItemImpl. getParent()TreeItemTreeModel. getRoot()Get the tree root item, or null if tree has no input.TreeItemTreeModelImpl. getRoot()Methods in org.nuxeo.ecm.webengine.ui.tree with parameters of type TreeItem Modifier and Type Method Description StringJSonTreeSerializer. getUrl(TreeItem item)Must be overridden to provide real URLsprotected net.sf.json.JSONObjectJSonTreeSerializer. item2JSON(TreeItem item, net.sf.json.JSONArray children)You may override this method to change the output JSON.net.sf.json.JSONObjectJSonTreeSerializer. toJSON(TreeItem root)net.sf.json.JSONArrayJSonTreeSerializer. toJSON(TreeItem[] items)ObjectJSonTreeSerializer. visit(TreeItem item)ObjectTreeItemVisitor. 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.JSONArrayJSonTreeSerializer. 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 StringJSonDocumentTreeSerializer. getUrl(TreeItem item)
-