Class 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 Detail

      • NaviTreeNodeMenuHandler

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

      • getNavigationView

        public NavigationView getNavigationView()
        Returns:
        Navigation view.
      • getMenuRights

        public abstract NaviMenuRights getMenuRights​(NaviTreeNode node)
        Reads the menu rights for the node.
        Parameters:
        node - Navigation node
        Returns:
        Rights