Interface HasTabSelectedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
Tab, TabSet

public interface HasTabSelectedHandlers extends HasHandlers
  • Method Details

    • addTabSelectedHandler

      HandlerRegistration addTabSelectedHandler(TabSelectedHandler handler)
      Notification fired when a tab is selected. Note that this will only fire if this tabSet is drawn. If a tab is selected before draw() is called, com.smartgwt.client.widgets.tab.events.TabSelectedEventl will fire on draw().
      Parameters:
      handler - the tabSelected handler
      Returns:
      HandlerRegistration used to remove this handler