Interface HasTabDeselectedHandlers
- All Superinterfaces:
 HasHandlers
- 
Method Summary
Modifier and TypeMethodDescriptionOptional handler to fire when a tab is deselected.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addTabDeselectedHandler
Optional handler to fire when a tab is deselected. CallingTabDeselectedEvent.cancelwill cancel the new selection, leaving tabIDselected. As withcom.smartgwt.client.widgets.tab.events.TabSelectedEventlthis method only fires when the tabset is drawn.- Parameters:
 handler- the tabDeselected handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -