public interface HasDoubleClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addDoubleClickHandler(DoubleClickHandler handler)
Executed when the left mouse button is clicked twice in rapid succession (within
doubleClickDelay by default) in this object. |
fireEventHandlerRegistration addDoubleClickHandler(DoubleClickHandler handler)
doubleClickDelay by default) in this object.handler - the doubleClick handlerHandlerRegistration used to remove this handler