public interface HasTabIconClickHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addTabIconClickHandler(TabIconClickHandler handler) Method fired when the user clicks the icon for a tab, as specified via Tab.icon. |
com.google.gwt.event.shared.HandlerRegistration addTabIconClickHandler(TabIconClickHandler handler)
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.
handler - the tabIconClick handlerHandlerRegistration used to remove this handler