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.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:
handler
- the tabDeselected handler- Returns:
HandlerRegistration
used to remove this handler
-