public interface HasRecordDoubleClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addRecordDoubleClickHandler(RecordDoubleClickHandler handler)
Executed when the listGrid receives a 'doubleClick' event on an enabled, non-separator record.
|
fireEventHandlerRegistration addRecordDoubleClickHandler(RecordDoubleClickHandler handler)
rowDoubleClick(), so if that method is overridden this method
may not be fired.handler - the recordDoubleClick handlerHandlerRegistration used to remove this handler