Index
All Classes and Interfaces|All Packages|Serialized Form
C
- com.flowingcode.vaadin.addons.uploadhelper - package com.flowingcode.vaadin.addons.uploadhelper
- complete() - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Configure the upload in complete state (i.e. uploading is completed)
- complete(Boolean) - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
True if uploading is completed, false otherwise.
- create() - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Adds a new file to the upload component.
E
- errorMessage(String) - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Error message returned by the server, if any.
F
- FileInfo - Class in com.flowingcode.vaadin.addons.uploadhelper
-
Represents a file in the file list of an
Uploadcomponent. - FileInfo(FinishedEvent) - Constructor for class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Constructs a
FileInfoobject from the specified finished upload event. - FileInfo(Upload, String) - Constructor for class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Constructs a
FileInfoobject with the specified upload and file name.
G
- getComplete() - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Returns
trueif uploading is completed, false otherwise. - getErrorMessage() - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Returns the error message returned by the server.
- getIndeterminate() - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Returns
trueif the remaining progress is unknown, false otherwise. - getName() - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Returns the name of the uploaded file.
- getProgress() - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Returns a number between 0 and 100, representing the uploading progress.
- getStatus() - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Returns the uploading status.
I
- indeterminate() - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Configure the upload in indeterminate state (i.e. the remaining time is unknown)
- indeterminate(Boolean) - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
True if the remaining time is unknown, false otherwise.
P
- progress(Integer) - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Number representing the uploading progress.
S
- status(String) - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Uploading status message.
U
- update() - Method in class com.flowingcode.vaadin.addons.uploadhelper.FileInfo
-
Updates this file in the upload component.
All Classes and Interfaces|All Packages|Serialized Form