Interface HasCloseClickHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
TabSet
-
Method Summary
Modifier and TypeMethodDescriptionaddCloseClickHandler
(CloseClickHandler handler) WhencanCloseTabs
is 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
WhencanCloseTabs
is 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:
HandlerRegistration
used to remove this handler
-