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.
|
fireEvent
HandlerRegistration addRecordDoubleClickHandler(RecordDoubleClickHandler handler)
ListGrid.rowDoubleClick()
, so if that method is overridden
this method may not be fired.handler
- the recordDoubleClick handlerHandlerRegistration
used to remove this handler