Interface TabDeselectedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidOptional handler to fire when a tab is deselected. 
- 
Method Details
- 
onTabDeselected
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:
 event- the event
 
 -