Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

Html5FileDragAndDropUploadWithManualPush.java 324B

123456789101112
  1. package com.vaadin.tests.dnd;
  2. import com.vaadin.annotations.Push;
  3. import com.vaadin.shared.communication.PushMode;
  4. @Push(PushMode.MANUAL)
  5. public class Html5FileDragAndDropUploadWithManualPush
  6. extends Html5FileDragAndDropUpload {
  7. public Html5FileDragAndDropUploadWithManualPush() {
  8. super(true);
  9. }
  10. }