public interface RecordClickHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onRecordClick(RecordClickEvent event)
Executed when the tileGrid receives a 'click' event on a tile.
|
void onRecordClick(RecordClickEvent event)
com.smartgwt.client.widgets.tile.events.RecordClickEvent#cancel()
from within onRecordClick(com.smartgwt.client.widgets.tile.events.RecordClickEvent)
. Otherwise, return true so that the click event be registered with the tile.event
- the event