public interface CloseClickHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onCloseClick(TabCloseClickEvent event)
When
canCloseTabs is set, this notification method fired
when the user clicks the "close" icon for a tab. |
void onCloseClick(TabCloseClickEvent event)
canCloseTabs
is set, this notification method fired
when the user clicks the "close" icon for a tab. Call TabCloseClickEvent.cancel()
from within onCloseClick(com.smartgwt.client.widgets.tab.events.TabCloseClickEvent)
to cancel default behavior of removing the tab from the
TabSetevent
- the event