public interface HasRecordDoubleClickHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
| com.google.gwt.event.shared.HandlerRegistration | addRecordDoubleClickHandler(RecordDoubleClickHandler handler)Executed when the listGrid receives a 'doubleClick' event on an enabled, non-separator record. | 
com.google.gwt.event.shared.HandlerRegistration 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