Uses of Interface
com.saperion.ngc.model.navigation.intf.NavigationNode
-
Packages that use NavigationNode Package Description com.saperion.ngc.dialogs Package for client dialog classes.com.saperion.ngc.events Package for all ZK events.com.saperion.ngc.events.navigation Package for all navigation events.com.saperion.ngc.model.navigation Package for navigation model classes.com.saperion.ngc.model.navigation.intf Package for navigation model interfaces.com.saperion.ngc.navigation 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 NavigationNode Modifier and Type Method Description voidNewFolderDialog. okButton(java.lang.String folderName, java.util.Set<NavigationNode> selectedClassNodes)React to ok button click. -
Uses of NavigationNode in com.saperion.ngc.events
Methods in com.saperion.ngc.events that return NavigationNode Modifier and Type Method Description NavigationNodeMaskInfoBean. getNode()Methods in com.saperion.ngc.events with parameters of type NavigationNode Modifier and Type Method Description voidBaseWindow. postAddLinkEvent(java.lang.String name, NavigationNode parent, FolderId destination)Post a AddLinkEvent.voidEventChildHandler. postAddLinkEvent(java.lang.String name, NavigationNode parent, FolderId destination)Post a AddLinkEvent.voidEventChildHandlerImpl. postAddLinkEvent(java.lang.String name, NavigationNode parentNode, FolderId destination)Post a AddLinkEvent.Constructors in com.saperion.ngc.events with parameters of type NavigationNode Constructor Description MaskInfoBean(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 NavigationNode Modifier and Type Method Description NavigationNodeAddLinkEvent. getParent()Constructors in com.saperion.ngc.events.navigation with parameters of type NavigationNode Constructor Description AddLinkEvent(org.zkoss.zk.ui.Component target, java.lang.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 NavigationNode Modifier and Type Class Description classFolderNodeFolder nodes class.Methods in com.saperion.ngc.model.navigation that return NavigationNode Modifier and Type Method Description NavigationNodeNavigationClassicConnectorService. addFolder(NavigationNode node, java.lang.String childName, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)Adds a folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationService. addFolder(NavigationNode node, java.lang.String childName, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)Adds a folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationClassicConnectorService. addLinkFolder(NavigationNode node, java.lang.String childName, FolderId destination)Adds a link folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationService. addLinkFolder(NavigationNode node, java.lang.String childName, FolderId destination)Adds a link folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationClassicConnectorService. addWebpartFolder(NavigationNode node, java.lang.String childName, java.lang.String destination)Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationService. addWebpartFolder(NavigationNode node, java.lang.String childName, java.lang.String destination)Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationClassicConnectorService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)Copies a folder to the specified location.NavigationNodeNavigationService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)Copies a folder to the specified location.NavigationNodeFolderNode. getLinkingNode()NavigationNodeNavigationClassicConnectorService. getNextLevelFolders(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel)Returns the folders of the next level.NavigationNodeNavigationService. getNextLevelFolders(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel)Returns the folders of the next level.NavigationNodeFolderTree. getRootNode()Returns the root navigation node.NavigationNodeNavigationClassicConnectorService. getWorkflowNodes(NavigationNode navigationNode)Reads the workflow tree part.NavigationNodeNavigationService. getWorkflowNodes(NavigationNode navigationNode)Reads the workflow tree part.NavigationNodeNavigationClassicConnectorService. renameFolder(NavigationNode node, java.lang.String name)Renames folder.NavigationNodeNavigationService. renameFolder(NavigationNode node, java.lang.String name)Renames folder.Methods in com.saperion.ngc.model.navigation that return types with arguments of type NavigationNode Modifier and Type Method Description java.util.List<NavigationNode>FolderNode. getNodes()java.util.List<NavigationNode>FolderTree. getNodes()Methods in com.saperion.ngc.model.navigation with parameters of type NavigationNode Modifier and Type Method Description NavigationNodeNavigationClassicConnectorService. addFolder(NavigationNode node, java.lang.String childName, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)Adds a folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationService. addFolder(NavigationNode node, java.lang.String childName, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)Adds a folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationClassicConnectorService. addLinkFolder(NavigationNode node, java.lang.String childName, FolderId destination)Adds a link folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationService. addLinkFolder(NavigationNode node, java.lang.String childName, FolderId destination)Adds a link folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationClassicConnectorService. addWebpartFolder(NavigationNode node, java.lang.String childName, java.lang.String destination)Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationService. addWebpartFolder(NavigationNode node, java.lang.String childName, java.lang.String destination)Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationNodeNavigationClassicConnectorService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)Copies a folder to the specified location.NavigationNodeNavigationService. 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.NavigationNodeNavigationClassicConnectorService. getNextLevelFolders(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel)Returns the folders of the next level.NavigationNodeNavigationService. getNextLevelFolders(NavigationNode node, com.saperion.rmi.SaQueryInfo filter, int allowedMaxNrOfNodesPerLevel)Returns the folders of the next level.NavigationNodeNavigationClassicConnectorService. getWorkflowNodes(NavigationNode navigationNode)Reads the workflow tree part.NavigationNodeNavigationService. 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.NavigationNodeNavigationClassicConnectorService. renameFolder(NavigationNode node, java.lang.String name)Renames folder.NavigationNodeNavigationService. renameFolder(NavigationNode node, java.lang.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 Constructor Description GenericFolderClass(NavigationNode modelNode)Constructor. -
Uses of NavigationNode in com.saperion.ngc.model.navigation.intf
Methods in com.saperion.ngc.model.navigation.intf that return NavigationNode Modifier and Type Method Description NavigationNodeNavigationNode. getLinkingNode()NavigationNodeNaviNodeAccessor. getModelNaviNode()NavigationNodeNavigationTree. getRootNode()Returns the root navigation node.Methods in com.saperion.ngc.model.navigation.intf that return types with arguments of type NavigationNode Modifier and Type Method Description java.util.List<NavigationNode>NavigationItem. getNodes()Methods in com.saperion.ngc.model.navigation.intf with parameters of type NavigationNode Modifier and Type Method Description voidNaviNodeAccessor. 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 NavigationNode Modifier and Type Field Description protected NavigationNodeNaviTreeNode. modelNaviNodeModel node of this view node.Methods in com.saperion.ngc.navigation that return NavigationNode Modifier and Type Method Description NavigationNodeNavigationPresenter. copyNode(FolderId folderId, NavigationNode parentNode, FolderId beforeChildId, boolean withDocuments)Copies a node.NavigationNodeNavigationPresenter. createLinkNode(NavigationNode parentNode, java.lang.String name, FolderId destination)NavigationNodeNavigationPresenter. createNode(NavigationNode parentNode, java.lang.String name, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)NavigationNodeNavigationPresenter. createWebpartNode(NavigationNode parentNode, java.lang.String name, java.lang.String destination)NavigationNodeNaviTreeNode. getModelNaviNode()NavigationNodeNavigationPresenter. renameNode(NavigationNode node, java.lang.String name)Methods in com.saperion.ngc.navigation that return types with arguments of type NavigationNode Modifier and Type Method Description java.util.Set<NavigationNode>NavigationView. getSelectedNodes()java.util.Set<NavigationNode>NavigationViewImpl. getSelectedNodes()Methods in com.saperion.ngc.navigation with parameters of type NavigationNode Modifier and Type Method Description voidNaviTreeNode. 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)NavigationNodeNavigationPresenter. copyNode(FolderId folderId, NavigationNode parentNode, FolderId beforeChildId, boolean withDocuments)Copies a node.NavigationNodeNavigationPresenter. createLinkNode(NavigationNode parentNode, java.lang.String name, FolderId destination)NavigationNodeNavigationPresenter. createNode(NavigationNode parentNode, java.lang.String name, com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType, java.util.Properties properties)NavigationNodeNavigationPresenter. createWebpartNode(NavigationNode parentNode, java.lang.String name, java.lang.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.NavigationNodeNavigationPresenter. renameNode(NavigationNode node, java.lang.String name)Method parameters in com.saperion.ngc.navigation with type arguments of type NavigationNode Modifier and Type Method Description protected voidNaviTreeNode. renderChildNodes(java.util.List<NavigationNode> nodes)Constructors in com.saperion.ngc.navigation with parameters of type NavigationNode Constructor Description 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.
-