]> source.dussan.org Git - vaadin-framework.git/commit
FileDownloader for starting downloads with any component (#9524) 48/148/2
authorLeif Åstrand <leif@vaadin.com>
Tue, 23 Oct 2012 12:59:54 +0000 (15:59 +0300)
committerLeif Åstrand <leif@vaadin.com>
Tue, 23 Oct 2012 12:59:54 +0000 (15:59 +0300)
commit055563a7166f4e3891929e3c8be5799789d68ae1
tree1dcff84136dd8dc74baf7d3e4298b1dfe9663fe6
parent7ec5bade7299a0989f7596ac346b8f0ec698d3cb
FileDownloader for starting downloads with any component (#9524)

* Based on patch by Pekka Hyvönen

Change-Id: I9263078ffc624f9cabec6c25264920dfdb430efe
client/src/com/vaadin/client/extensions/FileDownloaderConnector.java [new file with mode: 0644]
server/src/com/vaadin/server/FileDownloader.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/FileDownloaderTest.java [new file with mode: 0644]