com.smartgwt.client.widgets.grid.events
Interface RecordClickHandler

All Superinterfaces:
EventHandler

public interface RecordClickHandler
extends EventHandler


Method Summary
 void onRecordClick(RecordClickEvent event)
          Executed when this field is clicked on.
 

Method Detail

onRecordClick

void onRecordClick(RecordClickEvent event)
Executed when this field is clicked on. Note that if ListGrid.recordClick is also defined, it will be fired for fields that define a recordClick handler if the field-level handler returns true. Call RecordClickEvent.cancel() from within onRecordClick(com.smartgwt.client.widgets.grid.events.RecordClickEvent) to prevent the grid-level handler from firing.

Parameters:
event - the event