Uses of Interface
com.saperion.ngc.model.navigation.intf.NaviNodeAccessor
Packages that use NaviNodeAccessor
Package
Description
Package for navigation model interfaces.
Package for navigation component classes.
-
Uses of NaviNodeAccessor in com.saperion.ngc.model.navigation.intf
Methods in com.saperion.ngc.model.navigation.intf that return NaviNodeAccessor -
Uses of NaviNodeAccessor in com.saperion.ngc.navigation
Classes in com.saperion.ngc.navigation that implement NaviNodeAccessorModifier and TypeClassDescriptionclass
Node that contains common methods for other nodes used for eFiles.class
Application Link Filter node (used for eFile applications).class
Collection folder.class
Collection folder.class
Tree node used for eFiles.class
This class holds the ZK navigation tree node representation for favorite folders.class
class
Child node of an application.class
This class holds the ZK navigation tree node representation for form folders.class
This class holds the ZK navigation tree node representation for link folders.class
A node that can open a small search-form in the navigation view to search for it's child-nodes.class
This class holds the ZK navigation tree node representation.class
Child node of an outliner-application.class
Outliner application navigation node.class
Tree node used for registers.class
Root favorite folder, which contains all favorites of the user.class
class
The root node of a tree in the navigation view.class
Private root folder, which contains all root level nodes of the user.class
class
class
This class holds the ZK navigation tree node representation for workflow folders.class
This class holds the ZK navigation tree node representation for workflow folders.Methods in com.saperion.ngc.navigation that return NaviNodeAccessorModifier and TypeMethodDescriptionNaviTreeNode.getParentNaviNode()
Returns the parent node (in case of root nodenull
) of this node.Constructors in com.saperion.ngc.navigation with parameters of type NaviNodeAccessorModifierConstructorDescriptionprotected
AbstractFileNaviTreeNode
(NavigationViewImpl naviView, NavigationNode modelNode, NaviNodeAccessor parentNode) Creates a new instance of AbstractFileNaviTreeNode.OutlinerNaviTreeNode
(NavigationViewImpl naviView, NavigationNode modelNode, NaviNodeAccessor parentNode) Constructor.