Interface TabDeselectedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Optional handler to fire when a tab is deselected.
-
Method Details
-
onTabDeselected
Optional handler to fire when a tab is deselected. CallingTabDeselectedEvent.cancel
will cancel the new selection, leaving tabID
selected. As withcom.smartgwt.client.widgets.tab.events.TabSelectedEventl
this method only fires when the tabset is drawn.- Parameters:
event
- the event
-