Interface TabIconClickHandler

All Superinterfaces:
EventHandler

public interface TabIconClickHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method fired when the user clicks the icon for a tab, as specified via Tab.icon.
  • Method Details

    • onTabIconClick

      void onTabIconClick(TabClickEvent event)
      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:
      event - the event