| Interface | Description |
|---|---|
| UploaderClientBundle |
| Class | Description |
|---|---|
| Configurable<T> |
A common base class that any of the objects which support configuration options will
extend to allow the caller to set the options on them.
|
| File |
A logical bean that provides access to the details of a file being uploaded.
|
| Stats |
A simple bean that provides access to the statistical counters managed by the Uploader
component.
|
| Uploader |
The main GWT widget that can be constructed and then configured in order to add an uploader
component into a GWT application.
|
| Enum | Description |
|---|---|
| File.Status |
An enumeration of reported file status types, which can be determined during
any of the uploader events, such as
UploadEvent.getFile(). |
| Uploader.ButtonAction |
An enumeration of supported button action types, which can be passed to the
Uploader.setButtonAction(ButtonAction) method. |
| Uploader.Cursor |
An enumeration of supported button cursor types, which can be passed to the
Uploader.setButtonCursor(Cursor) method. |
| Uploader.WindowMode |
An enumeration of supported button window types, which can be passed to the
Uploader.setButtonWindowMode(WindowMode) method. |