Interface TabIconClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onTabIconClick
(TabClickEvent event) Method fired when the user clicks the icon for a tab, as specified viaTab.icon
.
-
Method Details
-
onTabIconClick
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:
event
- the event
-