| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addTabDeselectedHandler(TabDeselectedHandler handler) Optional handler to fire when a tab is deselected. |
com.google.gwt.event.shared.HandlerRegistration 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