Class MenuItemViewImpl

    • Constructor Detail

      • MenuItemViewImpl

        public MenuItemViewImpl()
    • Method Detail

      • getLabelMenuElement

        public com.google.gwt.dom.client.LIElement getLabelMenuElement()
        Description copied from interface: MenuItemView
        This method retrieve a LABEL element (i.e. without behaviour) to be put inside the menu
        Specified by:
        getLabelMenuElement in interface MenuItemView
        Returns:
      • onClickEvent

        @EventHandler("liElement")
        public void onClickEvent​(com.google.gwt.event.dom.client.ClickEvent event)