|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecordClickHandler
Method Summary | |
---|---|
void |
onRecordClick(RecordClickEvent event)
Executed when this field is clicked on. |
Method Detail |
---|
void onRecordClick(RecordClickEvent event)
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.
event
- the event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |