public interface HasMouseDownHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addMouseDownHandler(MouseDownHandler handler)
Executed when the left mouse down is pressed on this widget.
|
fireEventHandlerRegistration addMouseDownHandler(MouseDownHandler handler)
handler - the mouseDown handlerHandlerRegistration used to remove this handler