You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Html5FileDragAndDropUploadWithPush.java 169B

12345678
  1. package com.vaadin.tests.dnd;
  2. import com.vaadin.annotations.Push;
  3. @Push
  4. public class Html5FileDragAndDropUploadWithPush
  5. extends Html5FileDragAndDropUpload {
  6. }