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 ificonField
has 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 ificonField
has been specified.- Parameters:
handler
- the imageClick handler- Returns:
HandlerRegistration
used to remove this handler
-