Interface HasTabIconClickHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
TabSet

public interface HasTabIconClickHandlers extends HasHandlers
  • Method Details

    • addTabIconClickHandler

      HandlerRegistration addTabIconClickHandler(TabIconClickHandler handler)
      Method fired when the user clicks the icon for a tab, as specified via Tab.icon.

      Default behavior will fire icon.click() if specified, with two parameters tab (a pointer to the tab object and tabSet a pointer to the tabSet instance.

      Parameters:
      handler - the tabIconClick handler
      Returns:
      HandlerRegistration used to remove this handler