Uses of Class
com.saperion.ngc.navigation.NaviTreeNode
-
Packages that use NaviTreeNode Package Description com.saperion.ngc.navigation Package for navigation component classes. -
-
Uses of NaviTreeNode in com.saperion.ngc.navigation
Subclasses of NaviTreeNode in com.saperion.ngc.navigation Modifier and Type Class Description classAbstractFileNaviTreeNodeNode that contains common methods for other nodes used for eFiles.classALFNaviTreeNodeApplication Link Filter node (used for eFile applications).classCollectionNaviTreeNodeCollection folder.classCollectionRootNaviTreeNodeCollection folder.classEFileNaviTreeNodeTree node used for eFiles.classFavoriteNaviTreeNodeThis class holds the ZK navigation tree node representation for favorite folders.classFilterNaviTreeNodeclassFormChildNaviTreeNodeChild node of an application.classFormNaviTreeNodeThis class holds the ZK navigation tree node representation for form folders.classLinkNaviTreeNodeThis class holds the ZK navigation tree node representation for link folders.classMiniFormNodeA node that can open a small search-form in the navigation view to search for it's child-nodes.classOutlinerChildNaviTreeNodeChild node of an outliner-application.classOutlinerNaviTreeNodeOutliner application navigation node.classRegisterNaviTreeNodeTree node used for registers.classRootFavoriteNaviTreeNodeRoot favorite folder, which contains all favorites of the user.classRootFormNaviTreeNodeclassRootNaviTreeNodeThe root node of a tree in the navigation view.classRootPrivateNaviTreeNodePrivate root folder, which contains all root level nodes of the user.classWebpartNaviTreeNodeclassWorkflowFormNaviTreeNodeclassWorkflowNaviTreeNodeThis class holds the ZK navigation tree node representation for workflow folders.classWorkflowRootNaviTreeNodeThis class holds the ZK navigation tree node representation for workflow folders.Methods in com.saperion.ngc.navigation that return NaviTreeNode Modifier and Type Method Description NaviTreeNodeNavigationView. findFolder(FolderId id)Finds the folder with the specified id.NaviTreeNodeNavigationViewImpl. 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 NaviTreeNode Modifier and Type Method Description java.util.Set<NaviTreeNode>NavigationViewImpl. getSelectedUploadNodes()Returns the node selected for uploading.Methods in com.saperion.ngc.navigation with parameters of type NaviTreeNode Modifier and Type Method Description intNaviTreeNode. 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.NaviMenuRightsNavigationView. getNodeMenuRights(NavigationElement.TREE_ITEM_TYPE itemType, NaviTreeNode node)Reads the rights for the given tree item type.NaviMenuRightsNavigationViewImpl. 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 NaviTreeNode Modifier and Type Method Description static HiddenFolders.HideableFoldersHiddenFolders.HideableFolders. getByNodeClass(java.lang.Class<? extends NaviTreeNode> nodeClass)Returns the HideableFolders enum constant that correlates with the specified node-class.static booleanHiddenFolders. isHidden(java.lang.Class<? extends NaviTreeNode> nodeClass)Constructors in com.saperion.ngc.navigation with parameters of type NaviTreeNode Constructor Description NodeContextMenuCreator(NavigationPresenter presenter, NaviTreeNode naviNode, NavigationView view)Constructor.
-