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 TypeClassDescriptionclassNode that contains common methods for other nodes used for eFiles.classApplication Link Filter node (used for eFile applications).classCollection folder.classCollection folder.classTree node used for eFiles.classThis class holds the ZK navigation tree node representation for favorite folders.classclassChild node of an application.classThis class holds the ZK navigation tree node representation for form folders.classThis class holds the ZK navigation tree node representation for link folders.classA node that can open a small search-form in the navigation view to search for it's child-nodes.classThis class holds the ZK navigation tree node representation.classChild node of an outliner-application.classOutliner application navigation node.classTree node used for registers.classRoot favorite folder, which contains all favorites of the user.classclassThe root node of a tree in the navigation view.classPrivate root folder, which contains all root level nodes of the user.classclassclassThis class holds the ZK navigation tree node representation for workflow folders.classThis 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 NaviNodeAccessorModifierConstructorDescriptionprotectedAbstractFileNaviTreeNode(NavigationViewImpl naviView, NavigationNode modelNode, NaviNodeAccessor parentNode) Creates a new instance of AbstractFileNaviTreeNode.OutlinerNaviTreeNode(NavigationViewImpl naviView, NavigationNode modelNode, NaviNodeAccessor parentNode) Constructor.