Class AbstractHeaderMenuPresenter

    • Field Detail

      • HEADERCONTEXTMENU_GRID_TITLE

        protected String HEADERCONTEXTMENU_GRID_TITLE
      • HEADERCONTEXTMENU_PREPEND_ROW

        protected String HEADERCONTEXTMENU_PREPEND_ROW
      • insertRowBelowElement

        protected com.google.gwt.dom.client.LIElement insertRowBelowElement
        The Insert row below menu element in the header contextual menu
      • gridTitleElement

        protected com.google.gwt.dom.client.LIElement gridTitleElement
    • Constructor Detail

      • AbstractHeaderMenuPresenter

        public AbstractHeaderMenuPresenter()
    • Method Detail

      • setEventBus

        public void setEventBus​(com.google.gwt.event.shared.EventBus eventBus)
      • initMenu

        public void initMenu()
        This method set common SCENARIO menu items
        Specified by:
        initMenu in interface HeaderMenuPresenter
      • show

        public void show​(GridWidget gridWidget,
                         int mx,
                         int my)