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 class
AbstractFileNaviTreeNode
Node that contains common methods for other nodes used for eFiles.class
ALFNaviTreeNode
Application Link Filter node (used for eFile applications).class
CollectionNaviTreeNode
Collection folder.class
CollectionRootNaviTreeNode
Collection folder.class
EFileNaviTreeNode
Tree node used for eFiles.class
FavoriteNaviTreeNode
This class holds the ZK navigation tree node representation for favorite folders.class
FilterNaviTreeNode
class
FormChildNaviTreeNode
Child node of an application.class
FormNaviTreeNode
This class holds the ZK navigation tree node representation for form folders.class
LinkNaviTreeNode
This class holds the ZK navigation tree node representation for link folders.class
MiniFormNode
A node that can open a small search-form in the navigation view to search for it's child-nodes.class
OutlinerChildNaviTreeNode
Child node of an outliner-application.class
OutlinerNaviTreeNode
Outliner application navigation node.class
RegisterNaviTreeNode
Tree node used for registers.class
RootFavoriteNaviTreeNode
Root favorite folder, which contains all favorites of the user.class
RootFormNaviTreeNode
class
RootNaviTreeNode
The root node of a tree in the navigation view.class
RootPrivateNaviTreeNode
Private root folder, which contains all root level nodes of the user.class
WebpartNaviTreeNode
class
WorkflowFormNaviTreeNode
class
WorkflowNaviTreeNode
This class holds the ZK navigation tree node representation for workflow folders.class
WorkflowRootNaviTreeNode
This 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 NaviTreeNode
NavigationView. findFolder(FolderId id)
Finds the folder with the specified id.NaviTreeNode
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 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 int
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.NaviMenuRights
NavigationView. getNodeMenuRights(NavigationElement.TREE_ITEM_TYPE itemType, NaviTreeNode node)
Reads the rights for the given tree item type.NaviMenuRights
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 NaviTreeNode Modifier and Type Method Description static HiddenFolders.HideableFolders
HiddenFolders.HideableFolders. getByNodeClass(java.lang.Class<? extends NaviTreeNode> nodeClass)
Returns the HideableFolders enum constant that correlates with the specified node-class.static boolean
HiddenFolders. 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.
-