Interface HasCloseClickHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 TabSet
- 
Method Summary
Modifier and TypeMethodDescriptionaddCloseClickHandler(CloseClickHandler handler) WhencanCloseTabsis set, this notification method fired when the user clicks the "close" icon for a tab.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addCloseClickHandler
WhencanCloseTabsis set, this notification method fired when the user clicks the "close" icon for a tab. CallTabCloseClickEvent.cancel()from withinCloseClickHandler.onCloseClick(com.smartgwt.client.widgets.tab.events.TabCloseClickEvent)to cancel default behavior of removing the tab from the TabSet- Parameters:
 handler- the closeClick handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -