Interface CloseClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCloseClick
(TabCloseClickEvent event) WhencanCloseTabs
is set, this notification method fired when the user clicks the "close" icon for a tab.
-
Method Details
-
onCloseClick
WhencanCloseTabs
is 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
-