Interface HasMenuIconClickHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
IconButton, IconMenuButton, RibbonButton, RibbonMenuButton

public interface HasMenuIconClickHandlers extends HasHandlers
  • Method Details

    • addMenuIconClickHandler

      HandlerRegistration addMenuIconClickHandler(MenuIconClickHandler handler)
      Notification method fired when a user clicks on the menuIcon on this RibbonButton. call event.cancel() to suppress the standard click handling code.
      Parameters:
      handler - the menuIconClick handler
      Returns:
      HandlerRegistration used to remove this handler