Class 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:
    VDebugWindow

    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 Detail

      • MouseHandler

        protected MouseHandler()
    • Method Detail

      • onMouseMove

        public void onMouseMove​(com.google.gwt.event.dom.client.MouseMoveEvent event)
        Specified by:
        onMouseMove in interface com.google.gwt.event.dom.client.MouseMoveHandler
      • onMouseDown

        public void onMouseDown​(com.google.gwt.event.dom.client.MouseDownEvent event)
        Specified by:
        onMouseDown in interface com.google.gwt.event.dom.client.MouseDownHandler
      • onPreviewNativeEvent

        public void onPreviewNativeEvent​(com.google.gwt.user.client.Event.NativePreviewEvent event)
        Specified by:
        onPreviewNativeEvent in interface com.google.gwt.user.client.Event.NativePreviewHandler
      • updateResizeFlags

        protected void updateResizeFlags​(com.google.gwt.event.dom.client.MouseEvent event)