Class FileUpload
- java.lang.Object
-
- org.gcube.portlets.widgets.fileupload.client.FileUpload
-
- All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
public class FileUpload extends Object implements com.google.gwt.core.client.EntryPoint
- Author:
- Massimiliano Assante, ISTI-CNR
Use this widget to display a dialog containing the possibility to upload a file on server with an actual progress of the current uploaded file in percentage;
uncomment //showSample() in the onModuleLoad() to see it working
To get to know which file was uploaded listen for the
FileUploadCompleteEventon theHandlerManagerinstance you pass to this widget.
-
-
Constructor Summary
Constructors Constructor Description FileUpload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonModuleLoad()
-