W - public interface HasMouseDownHandlers<W extends Widget<? extends Element<?>,W>> extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
default HandlerRegistration |
addMouseDownHandler(MouseDownHandler<W> mouseDownHandler) |
default HandlerRegistration |
addMouseDownHandler(MouseDownHandler<W> mouseDownHandler,
EventPhase eventPhase) |
addEventHandler, addEventHandlerdefault HandlerRegistration addMouseDownHandler(MouseDownHandler<W> mouseDownHandler)
default HandlerRegistration addMouseDownHandler(MouseDownHandler<W> mouseDownHandler, EventPhase eventPhase)
Copyright © 2018 Xalys. All rights reserved.