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

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
TabSet

public interface HasCloseClickHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addCloseClickHandler(CloseClickHandler handler)
          When canCloseTabs is set, this notification method fired when the user clicks the "close" icon for a tab. Return false to cancel default behavior of removing the tab from the TabSet
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addCloseClickHandler

HandlerRegistration addCloseClickHandler(CloseClickHandler handler)
When canCloseTabs is set, this notification method fired when the user clicks the "close" icon for a tab. Return false to cancel default behavior of removing the tab from the TabSet

Parameters:
handler - the onCloseClick handler
Returns:
HandlerRegistration used to remove this handler