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