public interface HasRecordClickHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addRecordClickHandler(RecordClickHandler handler)
Executed when the tileGrid receives a 'click' event on a tile.
|
com.google.gwt.event.shared.HandlerRegistration 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