Interface IconClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onIconClick
(IconClickEvent event) If this button is showing anicon
, a separate click handler for the icon may be defined asthis.iconClick
.
-
Method Details
-
onIconClick
If this button is showing anicon
, a separate click handler for the icon may be defined asthis.iconClick
. Returning false will suppress the standard button click handling code.- Parameters:
event
- the event
-