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

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
TabSet

public interface HasTabIconClickHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addTabIconClickHandler(TabIconClickHandler handler)
          Method fired when the user clicks the icon for a tab, as specified via icon.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addTabIconClickHandler

HandlerRegistration addTabIconClickHandler(TabIconClickHandler handler)
Method fired when the user clicks the icon for a tab, as specified via icon.

Default behavior will fire icon.click() if specified, with two parameters tab (a pointer to the tab object and tabSet a pointer to the tabSet instance.

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