Package com.onenetwork.platform.common.menu

Services and interfaces for manipulating menus in the user interface.
  • Interface Summary 
    Interface Description
    MenuAction
    MenuAction is a MenuElement which will open a tab (or execute some other action) when clicked.
    MenuDefinition
    This interface represents the full set of menus that will be rendered on the UI for a particular User.
    MenuElement
    Base class for any menu element.
    MenuFolder
    "Folder" containing multiple MenuElements (including nested MenuFolders).
    MenuPanelOptions
    Configuration for opening a javascript "panel" with configuration options from a menu.
    MenuService
    Provides methods to use in order to register and use custom MenuResourceListener object.
  • Class Summary 
    Class Description
    MenuResourceListener
    Clients can subclass to modify Menu contents at runtime.
    PortletMenuResourceListener
    Clients can subclass to modify Dashboard Portlet Menu behavior at runtime.