Interface HasTabIconClickHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
TabSet
-
Method Summary
Modifier and TypeMethodDescriptionMethod fired when the user clicks the icon for a tab, as specified viaTab.icon
.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addTabIconClickHandler
Method fired when the user clicks the icon for a tab, as specified viaTab.icon
.Default behavior will fire
icon.click()
if specified, with two parameterstab
(a pointer to the tab object andtabSet
a pointer to the tabSet instance.- Parameters:
handler
- the tabIconClick handler- Returns:
HandlerRegistration
used to remove this handler
-