EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.ProgressBar

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

Uses of ProgressBar in echopoint.tucana
 

Subclasses of ProgressBar in echopoint.tucana
 class ProgressBar
          A custom progress bar component with default styles to use with the file upload component.
 

Methods in echopoint.tucana that return ProgressBar
 ProgressBar FileUploadSelector.getProgressBar()
          Return the progress bar component configured for this component.
 

Methods in echopoint.tucana with parameters of type ProgressBar
 void FileUploadSelector.setProgressBar(ProgressBar progressBar)
          Add the specified progress bar to this component.
 


EchoPoint API - 3.0.0b5
App Webcontainer