public interface HasRightMouseDownHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addRightMouseDownHandler(RightMouseDownHandler handler)
Executed when the right mouse button is pressed on this widget.
|
com.google.gwt.event.shared.HandlerRegistration addRightMouseDownHandler(RightMouseDownHandler handler)
handler
- the rightMouseDown handlerHandlerRegistration
used to remove this handler