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.
|
Modifier and Type | Method and Description |
---|---|
void |
NewFolderDialog.okButton(String folderName,
Set<NavigationNode> selectedClassNodes)
React to ok button click.
|
Modifier and Type | Method and Description |
---|---|
NavigationNode |
MaskInfoBean.getNode() |
Modifier and Type | Method and Description |
---|---|
void |
EventChildHandlerImpl.postAddLinkEvent(String name,
NavigationNode parentNode,
FolderId destination)
Post a AddLinkEvent.
|
void |
EventChildHandler.postAddLinkEvent(String name,
NavigationNode parent,
FolderId destination)
Post a AddLinkEvent.
|
void |
BaseWindow.postAddLinkEvent(String name,
NavigationNode parent,
FolderId destination)
Post a AddLinkEvent.
|
Constructor and Description |
---|
MaskInfoBean(NavigationNode folderNode,
FolderClass fClass,
FolderFormType maskType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
NavigationNode |
AddLinkEvent.getParent() |
Constructor and Description |
---|
AddLinkEvent(org.zkoss.zk.ui.Component target,
String name,
NavigationNode parent,
FolderId destination)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
FolderNode
Folder nodes class.
|
Modifier and Type | Method and Description |
---|---|
NavigationNode |
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.
|
NavigationNode |
NavigationClassicConnectorService.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.
|
NavigationNode |
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.
|
NavigationNode |
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.
|
NavigationNode |
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.
|
NavigationNode |
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.
|
NavigationNode |
NavigationService.copyFolder(FolderId folderId,
NavigationNode destinationNode,
FolderId beforeChildId,
boolean withDocuments)
Copies a folder to the specified location.
|
NavigationNode |
NavigationClassicConnectorService.copyFolder(FolderId folderId,
NavigationNode destinationNode,
FolderId beforeChildId,
boolean withDocuments)
Copies a folder to the specified location.
|
NavigationNode |
FolderNode.getLinkingNode() |
NavigationNode |
NavigationService.getNextLevelFolders(NavigationNode node,
com.saperion.rmi.SaQueryInfo filter,
int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.
|
NavigationNode |
NavigationClassicConnectorService.getNextLevelFolders(NavigationNode node,
com.saperion.rmi.SaQueryInfo filter,
int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.
|
NavigationNode |
FolderTree.getRootNode()
Returns the root navigation node.
|
NavigationNode |
NavigationService.getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.
|
NavigationNode |
NavigationClassicConnectorService.getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.
|
NavigationNode |
NavigationService.renameFolder(NavigationNode node,
String name)
Renames folder.
|
NavigationNode |
NavigationClassicConnectorService.renameFolder(NavigationNode node,
String name)
Renames folder.
|
Modifier and Type | Method and Description |
---|---|
List<NavigationNode> |
FolderTree.getNodes() |
List<NavigationNode> |
FolderNode.getNodes() |
Modifier and Type | Method and Description |
---|---|
NavigationNode |
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.
|
NavigationNode |
NavigationClassicConnectorService.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.
|
NavigationNode |
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.
|
NavigationNode |
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.
|
NavigationNode |
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.
|
NavigationNode |
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.
|
NavigationNode |
NavigationService.copyFolder(FolderId folderId,
NavigationNode destinationNode,
FolderId beforeChildId,
boolean withDocuments)
Copies a folder to the specified location.
|
NavigationNode |
NavigationClassicConnectorService.copyFolder(FolderId folderId,
NavigationNode destinationNode,
FolderId beforeChildId,
boolean withDocuments)
Copies a folder to the specified location.
|
void |
NavigationService.deleteFolder(NavigationNode node)
Deletes the given folder.
|
void |
NavigationClassicConnectorService.deleteFolder(NavigationNode node)
Deletes the given folder.
|
NavigationNode |
NavigationService.getNextLevelFolders(NavigationNode node,
com.saperion.rmi.SaQueryInfo filter,
int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.
|
NavigationNode |
NavigationClassicConnectorService.getNextLevelFolders(NavigationNode node,
com.saperion.rmi.SaQueryInfo filter,
int allowedMaxNrOfNodesPerLevel)
Returns the folders of the next level.
|
NavigationNode |
NavigationService.getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.
|
NavigationNode |
NavigationClassicConnectorService.getWorkflowNodes(NavigationNode navigationNode)
Reads the workflow tree part.
|
void |
FolderTree.remove(NavigationNode node)
Removes the given child node.
|
void |
FolderNode.remove(NavigationNode node)
Removes the given child node.
|
NavigationNode |
NavigationService.renameFolder(NavigationNode node,
String name)
Renames folder.
|
NavigationNode |
NavigationClassicConnectorService.renameFolder(NavigationNode node,
String name)
Renames folder.
|
void |
FolderNode.setLinkingNode(NavigationNode linking)
Sets the node that is linking to this node.
|
Constructor and Description |
---|
GenericFolderClass(NavigationNode modelNode)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
NavigationNode |
NavigationNode.getLinkingNode() |
NavigationNode |
NaviNodeAccessor.getModelNaviNode() |
NavigationNode |
NavigationTree.getRootNode()
Returns the root navigation node.
|
Modifier and Type | Method and Description |
---|---|
List<NavigationNode> |
NavigationItem.getNodes() |
Modifier and Type | Method and Description |
---|---|
void |
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 |
NaviNodeAccessor.remove(NavigationNode node)
Removes the associated child node.
|
void |
NavigationItem.remove(NavigationNode node)
Removes the given child node.
|
void |
NavigationNode.setLinkingNode(NavigationNode linking)
Sets the node that is linking to this node.
|
Modifier and Type | Field and Description |
---|---|
protected NavigationNode |
NaviTreeNode.modelNaviNode
Model node of this view node.
|
Modifier and Type | Method and Description |
---|---|
NavigationNode |
NavigationPresenter.copyNode(FolderId folderId,
NavigationNode parentNode,
FolderId beforeChildId,
boolean withDocuments)
Copies a node.
|
NavigationNode |
NavigationPresenter.createLinkNode(NavigationNode parentNode,
String name,
FolderId destination) |
NavigationNode |
NavigationPresenter.createNode(NavigationNode parentNode,
String name,
com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType,
Properties properties) |
NavigationNode |
NavigationPresenter.createWebpartNode(NavigationNode parentNode,
String name,
String destination) |
NavigationNode |
NaviTreeNode.getModelNaviNode() |
NavigationNode |
NavigationPresenter.renameNode(NavigationNode node,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<NavigationNode> |
NavigationViewImpl.getSelectedNodes() |
Set<NavigationNode> |
NavigationView.getSelectedNodes() |
Modifier and Type | Method and Description |
---|---|
void |
NaviTreeNode.addChild(NavigationNode child)
Adds a new child node to the tree.
|
void |
NaviTreeNode.addChildNodes(NavigationNode node)
Adds the already existing model children of the given navigation model node to the associated
view tree node.
|
void |
NavigationViewImpl.addChildNodes(NavigationNode node)
Adds next level children to the given node.
|
void |
NavigationView.addChildNodes(NavigationNode node)
Adds next level children to the given node.
|
void |
NavigationViewImpl.addNode(NavigationNode parent,
NavigationNode child) |
void |
NavigationView.addNode(NavigationNode parent,
NavigationNode child) |
NavigationNode |
NavigationPresenter.copyNode(FolderId folderId,
NavigationNode parentNode,
FolderId beforeChildId,
boolean withDocuments)
Copies a node.
|
NavigationNode |
NavigationPresenter.createLinkNode(NavigationNode parentNode,
String name,
FolderId destination) |
NavigationNode |
NavigationPresenter.createNode(NavigationNode parentNode,
String name,
com.saperion.constants.SaFolderConstants.FOLDER_TYPE nodeType,
Properties properties) |
NavigationNode |
NavigationPresenter.createWebpartNode(NavigationNode parentNode,
String name,
String destination) |
void |
NavigationPresenter.deleteNode(NavigationNode node) |
void |
NaviTreeNode.remove(NavigationNode node)
Removes the associated child node.
|
void |
NavigationViewImpl.removeNode(NavigationNode node)
Removes the node from the view.
|
void |
NavigationView.removeNode(NavigationNode node)
Removes the node from the view.
|
NavigationNode |
NavigationPresenter.renameNode(NavigationNode node,
String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
NaviTreeNode.renderChildNodes(List<NavigationNode> nodes) |
Constructor and 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.
|
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.