Package com.saperion.ngc.navigation
Class NaviTreeNodeMenuHandler
- java.lang.Object
-
- com.saperion.ngc.navigation.NaviTreeNodeMenuHandler
-
- All Implemented Interfaces:
java.io.Serializable
public abstract class NaviTreeNodeMenuHandler extends java.lang.Object implements java.io.Serializable
Abstract implementation of a NaviTreeNodeMenuHandler. Acutal implementations have to implement the method getMenuRights, which is used to define the rights available on a folder.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NaviTreeNodeMenuHandler(NavigationView naviView)
Constructor.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract NaviMenuRights
getMenuRights(NaviTreeNode node)
Reads the menu rights for the node.NavigationView
getNavigationView()
NavigationPresenter
getPresenter()
-
-
-
Constructor Detail
-
NaviTreeNodeMenuHandler
public NaviTreeNodeMenuHandler(NavigationView naviView)
Constructor.- Parameters:
naviView
- Navigation view
-
-
Method Detail
-
getNavigationView
public NavigationView getNavigationView()
- Returns:
- Navigation view.
-
getPresenter
public NavigationPresenter getPresenter()
- Returns:
- Navigation presenter.
-
getMenuRights
public abstract NaviMenuRights getMenuRights(NaviTreeNode node)
Reads the menu rights for the node.- Parameters:
node
- Navigation node- Returns:
- Rights
-
-