Interface HasImageClickHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 TableView
- 
Method Summary
Modifier and TypeMethodDescriptionaddImageClickHandler(ImageClickHandler handler) Executed when the user clicks on the image displayed in a record ificonFieldhas been specified.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addImageClickHandler
Executed when the user clicks on the image displayed in a record ificonFieldhas been specified.- Parameters:
 handler- the imageClick handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -