Interface HasTabContextMenuHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
TabSet

public interface HasTabContextMenuHandlers extends HasHandlers
  • Method Details

    • addTabContextMenuHandler

      HandlerRegistration addTabContextMenuHandler(TabContextMenuHandler handler)
      Notification fired when the user right-clicks on a tab. Event may be cancelled by returning false
      Parameters:
      handler - the tabContextMenu handler
      Returns:
      HandlerRegistration used to remove this handler