Interface CloseClickHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonCloseClick(TabCloseClickEvent event) WhencanCloseTabsis set, this notification method fired when the user clicks the "close" icon for a tab. 
- 
Method Details
- 
onCloseClick
WhencanCloseTabsis set, this notification method fired when the user clicks the "close" icon for a tab. CallTabCloseClickEvent.cancel()from withinonCloseClick(com.smartgwt.client.widgets.tab.events.TabCloseClickEvent)to cancel default behavior of removing the tab from the TabSet- Parameters:
 event- the event
 
 -