com.vaadin.client.debug.internal
Class VDebugWindow.MouseHandler
java.lang.Object
com.vaadin.client.debug.internal.VDebugWindow.MouseHandler
- Enclosing class:
- VDebugWindow
protected class VDebugWindow.MouseHandler
- extends java.lang.Object
Handler for resizing and moving window, also updates cursor on mousemove.
- Since:
- 7.1
- Author:
- Vaadin Ltd
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VDebugWindow.MouseHandler
protected VDebugWindow.MouseHandler()
onMouseMove
public void onMouseMove(MouseMoveEvent event)
onMouseDown
public void onMouseDown(MouseDownEvent event)
onPreviewNativeEvent
public void onPreviewNativeEvent(NativePreviewEvent event)
updateResizeFlags
protected void updateResizeFlags(MouseEvent event)
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.