com.vaadin.client.ui
Interface VDragAndDropWrapper.UploadHandler

All Known Implementing Classes:
DragAndDropWrapperConnector
Enclosing class:
VDragAndDropWrapper

public static interface VDragAndDropWrapper.UploadHandler

Internal client side interface used by the connector and the widget for the drag and drop wrapper to signal the completion of an HTML5 file upload.

Since:
7.6.4

Method Summary
 void uploadDone()
           
 

Method Detail

uploadDone

void uploadDone()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.