public interface HasRecordClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addRecordClickHandler(RecordClickHandler handler)
Executed when the tileGrid receives a 'click' event on a tile.
|
fireEventHandlerRegistration addRecordClickHandler(RecordClickHandler handler)
com.smartgwt.client.widgets.tile.events.RecordClickEvent#cancel() from within RecordClickHandler.onRecordClick(com.smartgwt.client.widgets.tile.events.RecordClickEvent). Otherwise, return true so that the click event be registered with the tile.handler - the recordClick handlerHandlerRegistration used to remove this handler