Interface MenuIconClickHandler

All Superinterfaces:
EventHandler

public interface MenuIconClickHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification method fired when a user clicks on the menuIcon on this RibbonButton.
  • Method Details

    • onMenuIconClick

      void onMenuIconClick(MenuIconClickEvent event)
      Notification method fired when a user clicks on the menuIcon on this RibbonButton. call event.cancel() to suppress the standard click handling code.
      Parameters:
      event - the event