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 TypeMethodDescriptionvoidNewFolderDialog.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 TypeMethodDescriptionvoidBaseWindow.postAddLinkEvent(String name, NavigationNode parent, FolderId destination) Post a AddLinkEvent.voidEventChildHandler.postAddLinkEvent(String name, NavigationNode parent, FolderId destination) Post a AddLinkEvent.voidEventChildHandlerImpl.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 NavigationNodeNavigationClassicConnectorService.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.voidNavigationClassicConnectorService.deleteFolder(NavigationNode node) Deletes the given folder.voidNavigationService.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 NavigationNodeNavigationClassicConnectorService.getWorkflowNodes(NavigationNode navigationNode) Reads the workflow tree part.NavigationService.getWorkflowNodes(NavigationNode navigationNode) Reads the workflow tree part.voidFolderNode.remove(NavigationNode node) Removes the given child node.voidFolderTree.remove(NavigationNode node) Removes the given child node.NavigationClassicConnectorService.renameFolder(NavigationNode node, String name) Renames folder.NavigationService.renameFolder(NavigationNode node, String name) Renames folder.voidFolderNode.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 TypeMethodDescriptionvoidNaviNodeAccessor.addChild(NavigationNode child) Adds a new child node to the tree.voidNaviNodeAccessor.addChildNodes(NavigationNode node) Adds the already existing model children of the given navigation model node to the associated view tree node.voidNavigationItem.remove(NavigationNode node) Removes the given child node.voidNaviNodeAccessor.remove(NavigationNode node) Removes the associated child node.voidNavigationNode.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 NavigationNodeNaviTreeNode.modelNaviNodeModel 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 TypeMethodDescriptionvoidNaviTreeNode.addChild(NavigationNode child) Adds a new child node to the tree.voidNavigationView.addChildNodes(NavigationNode node) Adds next level children to the given node.voidNavigationViewImpl.addChildNodes(NavigationNode node) Adds next level children to the given node.voidNaviTreeNode.addChildNodes(NavigationNode node) Adds the already existing model children of the given navigation model node to the associated view tree node.voidNavigationView.addNode(NavigationNode parent, NavigationNode child) voidNavigationViewImpl.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) voidNavigationPresenter.deleteNode(NavigationNode node) voidNaviTreeNode.remove(NavigationNode node) Removes the associated child node.voidNavigationView.removeNode(NavigationNode node) Removes the node from the view.voidNavigationViewImpl.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 voidNaviTreeNode.renderChildNodes(List<NavigationNode> nodes) Constructors in com.saperion.ngc.navigation with parameters of type NavigationNodeModifierConstructorDescriptionprotectedAbstractFileNaviTreeNode(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.