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

All Superinterfaces:
EventHandler

public interface TabIconClickHandler
extends EventHandler


Method Summary
 void onTabIconClick(TabClickEvent event)
          Method fired when the user clicks the icon for a tab, as specified via icon.
 

Method Detail

onTabIconClick

void onTabIconClick(TabClickEvent event)
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:
event - the event