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 TypeClassDescriptionclass
Node that contains common methods for other nodes used for eFiles.class
Application Link Filter node (used for eFile applications).class
Collection folder.class
Collection folder.class
Tree node used for eFiles.class
This class holds the ZK navigation tree node representation for favorite folders.class
class
Child node of an application.class
This class holds the ZK navigation tree node representation for form folders.class
This class holds the ZK navigation tree node representation for link folders.class
A node that can open a small search-form in the navigation view to search for it's child-nodes.class
Child node of an outliner-application.class
Outliner application navigation node.class
Tree node used for registers.class
Root favorite folder, which contains all favorites of the user.class
class
The root node of a tree in the navigation view.class
Private root folder, which contains all root level nodes of the user.class
class
class
This class holds the ZK navigation tree node representation for workflow folders.class
This 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 NaviTreeNode
DroppableTreeRow.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 TypeMethodDescriptionint
NaviTreeNode.compareTo
(NaviTreeNode o) protected void
NaviTreeNode.copyFolder
(NaviTreeNode folderToCopy, NaviTreeNode target) Copies a folder.abstract NaviMenuRights
NaviTreeNodeMenuHandler.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 void
NaviTreeNode.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 boolean
HiddenFolders.isHidden
(Class<? extends NaviTreeNode> nodeClass) Constructors in com.saperion.ngc.navigation with parameters of type NaviTreeNodeModifierConstructorDescriptionNodeContextMenuCreator
(NavigationPresenter presenter, NaviTreeNode naviNode, NavigationView view) Constructor.