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