Interface RecordClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRecordClick
(RecordClickEvent event) Executed when this field is clicked on.
-
Method Details
-
onRecordClick
Executed when this field is clicked on. Note that ifListGrid.recordClick()
is also defined, it will be fired for fields that define a recordClick handler if the field-level handler returns true. CallRecordClickEvent.cancel()
from withinonRecordClick(com.smartgwt.client.widgets.grid.events.RecordClickEvent)
to prevent the grid-level handler from firing.- Parameters:
event
- the event
-