EchoPoint API - 3.0.0b5
App Webcontainer

Package echopoint.tucana

Re-implementation of the tucana file upload component for Echo2.

See:
          Description

Interface Summary
DownloadProvider An interface to be implemented by the class providing the data to be downloaded.
 

Class Summary
AbstractDownloadProvider An abstract implementation that returns default values for non-mandatory methods.
DownloadButton A convenience component to display a DownloadCommand as a button with a pre-configured ActionListener.
DownloadCommand A command used to enqueue a file (or similar) to the client for downlaoding from the server.
FileDownloadProvider A download provider for sending files to the client.
FileUploadSelector The file upload selector component.
InputStreamDownloadProvider A download provider implementation that streams the contents of the specified input stream to the client request output stream on demand.
ProgressBar A custom progress bar component with default styles to use with the file upload component.
UploadProgress Contains information about the progress of a file upload.
 

Enum Summary
ButtonDisplay Enumeration of values for setting FileUploadSelector.PROPERTY_BUTTON_DISPLAY Note: Development of this component was sponsored by TCN Broadcasting.
ButtonMode Enumeration of values for setting FileUploadSelector.PROPERTY_BUTTON_MODE Note: Development of this component was sponsored by TCN Broadcasting.
Status Enumeration of status values for the state of the upload progress.
 

Exception Summary
UploadSizeLimitExceededException A custom exception used to indicate that the file uploaded exceeded the maximum allowed size.
 

Package echopoint.tucana Description

Re-implementation of the tucana file upload component for Echo2. Also includes the Download command from Echo File Transfer Library for convenience.


EchoPoint API - 3.0.0b5
App Webcontainer