EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.tucana.Status

Packages that use Status
echopoint.tucana Re-implementation of the tucana file upload component for Echo2. 
 

Uses of Status in echopoint.tucana
 

Fields in echopoint.tucana declared as Status
protected  Status AbstractDownloadProvider.status
          The status of the download process.
 

Methods in echopoint.tucana that return Status
 Status UploadProgress.getStatus()
          Return the status of the current file upload process.
 Status DownloadProvider.getStatus()
          Return the status of the download action.
 Status AbstractDownloadProvider.getStatus()
          Return the status of the download action.
static Status Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Status[] Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in echopoint.tucana with parameters of type Status
 void UploadProgress.setStatus(Status status)
          Set the status of the current file upload process.
 


EchoPoint API - 3.0.0b5
App Webcontainer