]> source.dussan.org Git - vaadin-framework.git/commit
Send window position data back to server after drag (#12885)
authorThomas <thomas@vaadin.com>
Tue, 5 Nov 2013 13:21:06 +0000 (15:21 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 6 Nov 2013 11:12:06 +0000 (11:12 +0000)
commitfefedeab68461ebc04fd45f91a35835fc9026a56
treef4d3b8a2d60b7ed0f1c4e81499abba584cef3d94
parente0e00befc848c242f986ba5cd993ae8610a7fa83
Send window position data back to server after drag (#12885)

Change-Id: I9ca766b0e06390c7ab90f9cbd4996b83032789db
client/src/com/vaadin/client/ui/VWindow.java
client/src/com/vaadin/client/ui/window/WindowConnector.java
client/src/com/vaadin/client/ui/window/WindowMoveEvent.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/window/WindowMoveHandler.java [new file with mode: 0644]
server/src/com/vaadin/ui/Window.java
shared/src/com/vaadin/shared/ui/window/WindowServerRpc.java
uitest/src/com/vaadin/tests/components/window/WindowMoveListener.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/window/WindowMoveListenerTest.java [new file with mode: 0644]