Package | Description |
---|---|
com.saperion.ngc.navigation |
Package for navigation component classes.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
NaviTreeNode |
NavigationViewImpl.findFolder(FolderId id)
Finds the folder with the specified id.
|
NaviTreeNode |
NavigationView.findFolder(FolderId id)
Finds the folder with the specified id.
|
protected NaviTreeNode |
DroppableTreeRow.getParentNode()
Returns the parent node of this tree row.
|
Modifier and Type | Method and Description |
---|---|
Set<NaviTreeNode> |
NavigationViewImpl.getSelectedUploadNodes()
Returns the node selected for uploading.
|
Modifier and Type | Method and 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 |
NavigationViewImpl.getNodeMenuRights(NavigationElement.TREE_ITEM_TYPE itemType,
NaviTreeNode node)
Reads the rights for the given tree item type.
|
NaviMenuRights |
NavigationView.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.
|
Modifier and Type | Method and Description |
---|---|
static HiddenFolders.HideableFolders |
HiddenFolders.HideableFolders.getByNodeClass(Class<? extends NaviTreeNode> nodeClass)
Returns the HideableFolders enum constant that correlates with the specified node-class.
|
static boolean |
HiddenFolders.isHidden(Class<? extends NaviTreeNode> nodeClass) |
Constructor and Description |
---|
NodeContextMenuCreator(NavigationPresenter presenter,
NaviTreeNode naviNode,
NavigationView view)
Constructor.
|
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.