com.smartgwt.client.widgets.tableview.events
Interface HasImageClickHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
TableView

public interface HasImageClickHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addImageClickHandler(ImageClickHandler handler)
          Executed when the user clicks on the image displayed in a record if iconField has been specified.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addImageClickHandler

HandlerRegistration addImageClickHandler(ImageClickHandler handler)
Executed when the user clicks on the image displayed in a record if iconField has been specified.

Parameters:
handler - the imageClick handler
Returns:
HandlerRegistration used to remove this handler