]> source.dussan.org Git - vaadin-framework.git/commit
dd
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 29 Jan 2010 08:12:00 +0000 (08:12 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 29 Jan 2010 08:12:00 +0000 (08:12 +0000)
commit9c57035c34e8228c602b61672587c30b3be2fe1f
treee5b9fbb58abc9aa74e5eb12d5c8131887cd3a244
parent810017204ef10e2d5fbea15ed17b0c1e8a6b0daa
dd

svn changeset:11054/svn branch:6.3_dd
29 files changed:
src/com/vaadin/event/AbstractDropHandler.java [new file with mode: 0644]
src/com/vaadin/event/ComponentTransferrable.java [new file with mode: 0644]
src/com/vaadin/event/DataBindedTransferrable.java [new file with mode: 0644]
src/com/vaadin/event/DragRequest.java [new file with mode: 0644]
src/com/vaadin/event/DropHandler.java [new file with mode: 0644]
src/com/vaadin/event/HasDropHandler.java [new file with mode: 0644]
src/com/vaadin/event/Transferable.java [new file with mode: 0644]
src/com/vaadin/terminal/TransferTranslator.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ui/VDragDropPane.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ui/dd/AbstractDropHandler.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ui/dd/AcceptCallback.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ui/dd/AcceptCriteria.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ui/dd/AcceptCriterion.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ui/dd/AcceptCriterionImpl.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ui/dd/DragAndDropManager.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ui/dd/DragEvent.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ui/dd/DropHandler.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ui/dd/HasDropHandler.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ui/dd/Html5DragEvent.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ui/dd/Transferable.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/server/DragAndDropService.java [new file with mode: 0644]
src/com/vaadin/ui/DragDropPane.java [new file with mode: 0644]
tests/src/com/vaadin/tests/dd/AcceptAnythingWindow.java [new file with mode: 0644]
tests/src/com/vaadin/tests/dd/AcceptFromComponent.java [new file with mode: 0644]
tests/src/com/vaadin/tests/dd/CustomDDImplementation.java [new file with mode: 0644]
tests/src/com/vaadin/tests/dd/DDTest1.java [new file with mode: 0644]
tests/src/com/vaadin/tests/dd/DDTest2.java [new file with mode: 0644]
tests/src/com/vaadin/tests/dd/VMyDragSource.java [new file with mode: 0644]
tests/src/com/vaadin/tests/dd/VMyDropTarget.java [new file with mode: 0644]