Uses of Class
com.saperion.ngc.navigation.NaviTreeNode
Packages that use NaviTreeNode
-
Uses of NaviTreeNode in com.saperion.ngc.navigation
Subclasses of NaviTreeNode in com.saperion.ngc.navigationModifier and TypeClassDescriptionclassNode that contains common methods for other nodes used for eFiles.classApplication Link Filter node (used for eFile applications).classCollection folder.classCollection folder.classTree node used for eFiles.classThis class holds the ZK navigation tree node representation for favorite folders.classclassChild node of an application.classThis class holds the ZK navigation tree node representation for form folders.classThis class holds the ZK navigation tree node representation for link folders.classA node that can open a small search-form in the navigation view to search for it's child-nodes.classChild node of an outliner-application.classOutliner application navigation node.classTree node used for registers.classRoot favorite folder, which contains all favorites of the user.classclassThe root node of a tree in the navigation view.classPrivate root folder, which contains all root level nodes of the user.classclassclassThis class holds the ZK navigation tree node representation for workflow folders.classThis class holds the ZK navigation tree node representation for workflow folders.Methods in com.saperion.ngc.navigation that return NaviTreeNodeModifier and TypeMethodDescriptionNavigationView.findFolder(FolderId id) Finds the folder with the specified id.NavigationViewImpl.findFolder(FolderId id) Finds the folder with the specified id.protected NaviTreeNodeDroppableTreeRow.getParentNode()Returns the parent node of this tree row.Methods in com.saperion.ngc.navigation that return types with arguments of type NaviTreeNodeModifier and TypeMethodDescriptionNavigationViewImpl.getSelectedUploadNodes()Returns the node selected for uploading.Methods in com.saperion.ngc.navigation with parameters of type NaviTreeNodeModifier and TypeMethodDescriptionintNaviTreeNode.compareTo(NaviTreeNode o) protected voidNaviTreeNode.copyFolder(NaviTreeNode folderToCopy, NaviTreeNode target) Copies a folder.abstract NaviMenuRightsNaviTreeNodeMenuHandler.getMenuRights(NaviTreeNode node) Reads the menu rights for the node.NavigationView.getNodeMenuRights(NavigationElement.TREE_ITEM_TYPE itemType, NaviTreeNode node) Reads the rights for the given tree item type.NavigationViewImpl.getNodeMenuRights(NavigationElement.TREE_ITEM_TYPE itemType, NaviTreeNode node) Reads the rights for the given tree item type.protected voidNaviTreeNode.moveFolder(NaviTreeNode sourceNode) Moves a folder to another.Method parameters in com.saperion.ngc.navigation with type arguments of type NaviTreeNodeModifier and TypeMethodDescriptionHiddenFolders.HideableFolders.getByNodeClass(Class<? extends NaviTreeNode> nodeClass) Returns the HideableFolders enum constant that correlates with the specified node-class.static booleanHiddenFolders.isHidden(Class<? extends NaviTreeNode> nodeClass) Constructors in com.saperion.ngc.navigation with parameters of type NaviTreeNodeModifierConstructorDescriptionNodeContextMenuCreator(NavigationPresenter presenter, NaviTreeNode naviNode, NavigationView view) Constructor.