Interface TabDeselectedHandler

All Superinterfaces:
EventHandler

public interface TabDeselectedHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Optional handler to fire when a tab is deselected.
  • Method Details

    • onTabDeselected

      void onTabDeselected(TabDeselectedEvent event)
      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:
      event - the event