Uses of Interface
com.saperion.ngc.model.navigation.intf.NavigationNode
Packages that use NavigationNode
Package
Description
Package for client dialog classes.
Package for all ZK events.
Package for all navigation events.
Package for navigation model classes.
Package for navigation model interfaces.
Package for navigation component classes.
-
Uses of NavigationNode in com.saperion.ngc.dialogs
Method parameters in com.saperion.ngc.dialogs with type arguments of type NavigationNodeModifier and TypeMethodDescriptionvoid
NewFolderDialog.okButton
(String folderName, Set<NavigationNode> selectedClassNodes) React to ok button click. -
Uses of NavigationNode in com.saperion.ngc.events
Methods in com.saperion.ngc.events that return NavigationNodeMethods in com.saperion.ngc.events with parameters of type NavigationNodeModifier and TypeMethodDescriptionvoid
BaseWindow.postAddLinkEvent
(String name, NavigationNode parent, FolderId destination) Post a AddLinkEvent.void
EventChildHandler.postAddLinkEvent
(String name, NavigationNode parent, FolderId destination) Post a AddLinkEvent.void
EventChildHandlerImpl.postAddLinkEvent
(String name, NavigationNode parentNode, FolderId destination) Post a AddLinkEvent.Constructors in com.saperion.ngc.events with parameters of type NavigationNodeModifierConstructorDescriptionMaskInfoBean
(NavigationNode folderNode, FolderClass fClass, FolderFormType maskType) Constructor. -
Uses of NavigationNode in com.saperion.ngc.events.navigation
Methods in com.saperion.ngc.events.navigation that return NavigationNodeConstructors in com.saperion.ngc.events.navigation with parameters of type NavigationNodeModifierConstructorDescriptionAddLinkEvent
(org.zkoss.zk.ui.Component target, String name, NavigationNode parent, FolderId destination) Constructor. -
Uses of NavigationNode in com.saperion.ngc.model.navigation
Classes in com.saperion.ngc.model.navigation that implement NavigationNodeMethods in com.saperion.ngc.model.navigation that return NavigationNodeModifier and TypeMethodDescriptionNavigationClassicConnectorService.addFolder
(NavigationNode node, String childName, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, Properties properties) Adds a folder with the given name to the node and returns the result containing the new child.NavigationService.addFolder
(NavigationNode node, String childName, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, Properties properties) Adds a folder with the given name to the node and returns the result containing the new child.NavigationClassicConnectorService.addLinkFolder
(NavigationNode node, String childName, FolderId destination) Adds a link folder with the given name to the node and returns the result containing the new child.NavigationService.addLinkFolder
(NavigationNode node, String childName, FolderId destination) Adds a link folder with the given name to the node and returns the result containing the new child.NavigationClassicConnectorService.addWebpartFolder
(NavigationNode node, String childName, String destination) Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationService.addWebpartFolder
(NavigationNode node, String childName, String destination) Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationClassicConnectorService.copyFolder
(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments) Copies a folder to the specified location.NavigationService.copyFolder
(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments) Copies a folder to the specified location.FolderNode.getLinkingNode()
NavigationClassicConnectorService.getNextLevelFolders
(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel) Returns the folders of the next level.NavigationService.getNextLevelFolders
(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel) Returns the folders of the next level.FolderTree.getRootNode()
Returns the root navigation node.final NavigationNode
NavigationClassicConnectorService.getWorkflowNodes
(NavigationNode navigationNode) Reads the workflow tree part.NavigationService.getWorkflowNodes
(NavigationNode navigationNode) Reads the workflow tree part.NavigationClassicConnectorService.renameFolder
(NavigationNode node, String name) Renames folder.NavigationService.renameFolder
(NavigationNode node, String name) Renames folder.Methods in com.saperion.ngc.model.navigation that return types with arguments of type NavigationNodeMethods in com.saperion.ngc.model.navigation with parameters of type NavigationNodeModifier and TypeMethodDescriptionNavigationClassicConnectorService.addFolder
(NavigationNode node, String childName, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, Properties properties) Adds a folder with the given name to the node and returns the result containing the new child.NavigationService.addFolder
(NavigationNode node, String childName, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, Properties properties) Adds a folder with the given name to the node and returns the result containing the new child.NavigationClassicConnectorService.addLinkFolder
(NavigationNode node, String childName, FolderId destination) Adds a link folder with the given name to the node and returns the result containing the new child.NavigationService.addLinkFolder
(NavigationNode node, String childName, FolderId destination) Adds a link folder with the given name to the node and returns the result containing the new child.NavigationClassicConnectorService.addWebpartFolder
(NavigationNode node, String childName, String destination) Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationService.addWebpartFolder
(NavigationNode node, String childName, String destination) Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationClassicConnectorService.copyFolder
(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments) Copies a folder to the specified location.NavigationService.copyFolder
(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments) Copies a folder to the specified location.void
NavigationClassicConnectorService.deleteFolder
(NavigationNode node) Deletes the given folder.void
NavigationService.deleteFolder
(NavigationNode node) Deletes the given folder.NavigationClassicConnectorService.getNextLevelFolders
(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel) Returns the folders of the next level.NavigationService.getNextLevelFolders
(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel) Returns the folders of the next level.final NavigationNode
NavigationClassicConnectorService.getWorkflowNodes
(NavigationNode navigationNode) Reads the workflow tree part.NavigationService.getWorkflowNodes
(NavigationNode navigationNode) Reads the workflow tree part.void
FolderNode.remove
(NavigationNode node) Removes the given child node.void
FolderTree.remove
(NavigationNode node) Removes the given child node.NavigationClassicConnectorService.renameFolder
(NavigationNode node, String name) Renames folder.NavigationService.renameFolder
(NavigationNode node, String name) Renames folder.void
FolderNode.setLinkingNode
(NavigationNode linking) Sets the node that is linking to this node.Constructors in com.saperion.ngc.model.navigation with parameters of type NavigationNode -
Uses of NavigationNode in com.saperion.ngc.model.navigation.intf
Methods in com.saperion.ngc.model.navigation.intf that return NavigationNodeModifier and TypeMethodDescriptionNavigationNode.getLinkingNode()
NaviNodeAccessor.getModelNaviNode()
NavigationTree.getRootNode()
Returns the root navigation node.Methods in com.saperion.ngc.model.navigation.intf that return types with arguments of type NavigationNodeMethods in com.saperion.ngc.model.navigation.intf with parameters of type NavigationNodeModifier and TypeMethodDescriptionvoid
NaviNodeAccessor.addChild
(NavigationNode child) Adds a new child node to the tree.void
NaviNodeAccessor.addChildNodes
(NavigationNode node) Adds the already existing model children of the given navigation model node to the associated view tree node.void
NavigationItem.remove
(NavigationNode node) Removes the given child node.void
NaviNodeAccessor.remove
(NavigationNode node) Removes the associated child node.void
NavigationNode.setLinkingNode
(NavigationNode linking) Sets the node that is linking to this node. -
Uses of NavigationNode in com.saperion.ngc.navigation
Fields in com.saperion.ngc.navigation declared as NavigationNodeModifier and TypeFieldDescriptionprotected NavigationNode
NaviTreeNode.modelNaviNode
Model node of this view node.Methods in com.saperion.ngc.navigation that return NavigationNodeModifier and TypeMethodDescriptionNavigationPresenter.copyNode
(FolderId folderId, NavigationNode parentNode, FolderId beforeChildId, boolean withDocuments) Copies a node.NavigationPresenter.createLinkNode
(NavigationNode parentNode, String name, FolderId destination) NavigationPresenter.createNode
(NavigationNode parentNode, String name, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, Properties properties) NavigationPresenter.createWebpartNode
(NavigationNode parentNode, String name, String destination) NaviTreeNode.getModelNaviNode()
NavigationPresenter.renameNode
(NavigationNode node, String name) Methods in com.saperion.ngc.navigation that return types with arguments of type NavigationNodeModifier and TypeMethodDescriptionNavigationView.getSelectedNodes()
NavigationViewImpl.getSelectedNodes()
Methods in com.saperion.ngc.navigation with parameters of type NavigationNodeModifier and TypeMethodDescriptionvoid
NaviTreeNode.addChild
(NavigationNode child) Adds a new child node to the tree.void
NavigationView.addChildNodes
(NavigationNode node) Adds next level children to the given node.void
NavigationViewImpl.addChildNodes
(NavigationNode node) Adds next level children to the given node.void
NaviTreeNode.addChildNodes
(NavigationNode node) Adds the already existing model children of the given navigation model node to the associated view tree node.void
NavigationView.addNode
(NavigationNode parent, NavigationNode child) void
NavigationViewImpl.addNode
(NavigationNode parent, NavigationNode child) NavigationPresenter.copyNode
(FolderId folderId, NavigationNode parentNode, FolderId beforeChildId, boolean withDocuments) Copies a node.NavigationPresenter.createLinkNode
(NavigationNode parentNode, String name, FolderId destination) NavigationPresenter.createNode
(NavigationNode parentNode, String name, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, Properties properties) NavigationPresenter.createWebpartNode
(NavigationNode parentNode, String name, String destination) void
NavigationPresenter.deleteNode
(NavigationNode node) void
NaviTreeNode.remove
(NavigationNode node) Removes the associated child node.void
NavigationView.removeNode
(NavigationNode node) Removes the node from the view.void
NavigationViewImpl.removeNode
(NavigationNode node) Removes the node from the view.NavigationPresenter.renameNode
(NavigationNode node, String name) Method parameters in com.saperion.ngc.navigation with type arguments of type NavigationNodeModifier and TypeMethodDescriptionprotected void
NaviTreeNode.renderChildNodes
(List<NavigationNode> nodes) Constructors in com.saperion.ngc.navigation with parameters of type NavigationNodeModifierConstructorDescriptionprotected
AbstractFileNaviTreeNode
(NavigationViewImpl naviView, NavigationNode modelNode, NaviNodeAccessor parentNode) Creates a new instance of AbstractFileNaviTreeNode.CreateFolderEventListener
(NavigationNode modelNode, com.saperion.constants.SaFolderConstants.FOLDER_TYPE folderType) Constructor.NavigationContextMenuPopup
(NavigationView parentView, NavigationNode parent) Constructor for navigation.NewFileOrRegisterListener
(NavigationPresenter navigationPresenter, NavigationNode parentNode, FolderClass folderClass, NavigationView navigationView) Constructor.OutlinerNaviTreeNode
(NavigationViewImpl naviView, NavigationNode modelNode, NaviNodeAccessor parentNode) Constructor.