Class NaviTreeNodeMenuHandler

java.lang.Object
com.saperion.ngc.navigation.NaviTreeNodeMenuHandler
All Implemented Interfaces:
Serializable

public abstract class NaviTreeNodeMenuHandler extends Object implements 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:
  • Constructor Details

    • NaviTreeNodeMenuHandler

      public NaviTreeNodeMenuHandler(NavigationView naviView)
      Constructor.
      Parameters:
      naviView - Navigation view
  • Method Details

    • 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