public interface HasTabDeselectedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addTabDeselectedHandler(TabDeselectedHandler handler)
Optional handler to fire when a tab is deselected.
|
fireEventHandlerRegistration addTabDeselectedHandler(TabDeselectedHandler handler)
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.handler - the tabDeselected handlerHandlerRegistration used to remove this handler