Interface HasTabDeselectedHandlers

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

public interface HasTabDeselectedHandlers extends HasHandlers
  • Method Details

    • addTabDeselectedHandler

      HandlerRegistration addTabDeselectedHandler(TabDeselectedHandler handler)
      Optional handler to fire when a tab is deselected. Calling TabDeselectedEvent.cancel will cancel the new selection, leaving tab ID selected. As with com.smartgwt.client.widgets.tab.events.TabSelectedEventl this method only fires when the tabset is drawn.
      Parameters:
      handler - the tabDeselected handler
      Returns:
      HandlerRegistration used to remove this handler