Interface ImageClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onImageClick
(ImageClickEvent event) Executed when the user clicks on the image displayed in a record ificonField
has been specified.
-
Method Details
-
onImageClick
Executed when the user clicks on the image displayed in a record ificonField
has been specified.- Parameters:
event
- the event
-