com.smartgwt.client.widgets.tab.events
Interface CloseClickHandler

All Superinterfaces:
EventHandler

public interface CloseClickHandler
extends EventHandler


Method Summary
 void onCloseClick(TabCloseClickEvent event)
          When canCloseTabs is set, this notification method fired when the user clicks the "close" icon for a tab.
 

Method Detail

onCloseClick

void onCloseClick(TabCloseClickEvent event)
When 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 TabSet

Parameters:
event - the event