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.childrenstatic final TreeItem[]TreeItemImpl.EMPTY_CHILDRENstatic final TreeItem[]TreeItemImpl.HAS_CHILDRENprotected final TreeItemTreeItemImpl.parentprotected TreeItemTreeModelImpl.rootMethods in org.nuxeo.ecm.webengine.ui.tree that return TreeItemModifier and TypeMethodDescriptionprotected TreeItemTreeItem[]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 aPathobject.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 aPathobject.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 com.fasterxml.jackson.databind.node.ObjectNodeYou may override this method to change the output JSON.com.fasterxml.jackson.databind.node.ObjectNodecom.fasterxml.jackson.databind.node.ArrayNodeVisit a tree item.Method parameters in org.nuxeo.ecm.webengine.ui.tree with type arguments of type TreeItemModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ArrayNodeJSonTreeSerializer.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