We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.debug.internal.
Class VDebugWindow.MouseHandler
- java.lang.Object
-
- com.vaadin.client.debug.internal.VDebugWindow.MouseHandler
-
All Implemented Interfaces:
com.google.gwt.event.dom.client.MouseDownHandler
,com.google.gwt.event.dom.client.MouseMoveHandler
,com.google.gwt.event.shared.EventHandler
,com.google.gwt.user.client.Event.NativePreviewHandler
Enclosing class:
protected class VDebugWindow.MouseHandler extends Object implements com.google.gwt.event.dom.client.MouseMoveHandler, com.google.gwt.event.dom.client.MouseDownHandler, com.google.gwt.user.client.Event.NativePreviewHandler
Handler for resizing and moving window, also updates cursor on mousemove.
Since:
7.1
Author:
Vaadin Ltd
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MouseHandler()
-
Method Summary
All Methods Modifier and Type Method Description void
onMouseDown(com.google.gwt.event.dom.client.MouseDownEvent event)
void
onMouseMove(com.google.gwt.event.dom.client.MouseMoveEvent event)
void
onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent event)
protected void
updateResizeFlags(com.google.gwt.event.dom.client.MouseEvent event)
-
-
-
Method Detail
-
onMouseMove
public void onMouseMove(com.google.gwt.event.dom.client.MouseMoveEvent event)
Specified by:
onMouseMove
in interfacecom.google.gwt.event.dom.client.MouseMoveHandler
-
onMouseDown
public void onMouseDown(com.google.gwt.event.dom.client.MouseDownEvent event)
Specified by:
onMouseDown
in interfacecom.google.gwt.event.dom.client.MouseDownHandler
-
onPreviewNativeEvent
public void onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent event)
Specified by:
onPreviewNativeEvent
in interfacecom.google.gwt.user.client.Event.NativePreviewHandler
-
updateResizeFlags
protected void updateResizeFlags(com.google.gwt.event.dom.client.MouseEvent event)
-
-