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