public interface HasImageClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addImageClickHandler(ImageClickHandler handler)
Executed when the user clicks on the image displayed in a record if
iconField has been specified. |
fireEvent
HandlerRegistration addImageClickHandler(ImageClickHandler handler)
iconField
has been specified.handler
- the imageClick handlerHandlerRegistration
used to remove this handler