Interface SystemMenuManager

All Known Implementing Classes:
SystemMenuManagerImpl

public interface SystemMenuManager
  • Method Details

    • getPresentersOnMenu

      List<Class<? extends Presenter<?>>> getPresentersOnMenu()
    • openPresenter

      void openPresenter(Class<? extends Presenter<?>> type, Entry entry)
    • openPresenterInPopupView

      void openPresenterInPopupView(PopupButton source, Class<? extends Presenter<?>> type, Entry entry)
    • openPresenterInNewWindow

      void openPresenterInNewWindow(Class<? extends Presenter<?>> type, Entry entry)
    • openPresenterInMainArea

      void openPresenterInMainArea(Class<? extends Presenter<?>> type, Entry entry)
    • getSupportedEntrys

      Entry getSupportedEntrys(String[] targets, MenuContext menuInfo)
    • isUserAllowedToUse

      boolean isUserAllowedToUse(Class<? extends Presenter<?>> presenterType)
    • openPresenterInMainArea

      void openPresenterInMainArea(Class<? extends Presenter<?>> presenterType, String description, boolean a, boolean b)