public interface TabIconClickHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onTabIconClick(TabClickEvent event)
Method fired when the user clicks the icon for a tab, as specified via
Tab.icon . |
void onTabIconClick(TabClickEvent event)
Tab.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.
event
- the event