aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/event/dnd/FileDropEvent.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Html5 DnD feature based on API review (#9306)Pekka Hyvönen2017-05-121-63/+0
| | | | | | | | * Refactor Html5 DnD client side based on API review - Moved classes to "correct" packages. - Removed method DragSourceExtension.clearDataTransferText() - Remove ButtonDragSource in favor of more generic API
* Create upload URLs only when stream variable is attached by drop handler (#9301)Adam Wagner2017-05-111-7/+8
| | | | | | * Create upload URLs only when stream variable is attached by drop handler * Add file size limit to test ui and remove label drop target
* Make it possible to upload files by dropping them onto a drop target (#9277)Adam Wagner2017-05-111-0/+62
Fixes #8891