|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.tucana.UploadRenderState
public class UploadRenderState
RenderState implementation for UploadSelect
components. This class is thread-safe.
| Constructor Summary | |
|---|---|
UploadRenderState()
Creates a new UploadRenderState. |
|
| Method Summary | |
|---|---|
UploadProgress |
getProgress(String uploadIndex)
Gets the progress for the given upload index. |
String |
getUploadIndex()
Gets the maximum upload index currently in use. |
boolean |
isUploadEnded(String uploadIndex)
Determines whether the upload with the specified index has ended. |
void |
setProgress(String uploadIndex,
UploadProgress progress)
Sets the progress for the specified upload index. |
void |
uploadEnded(String uploadIndex)
Announces that an upload with given index has ended. |
void |
uploadStarted(String uploadIndex)
Announces that an upload with given index has started. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UploadRenderState()
UploadRenderState.
| Method Detail |
|---|
public String getUploadIndex()
-1 if no uploads indices are present.public void uploadStarted(String uploadIndex)
uploadIndex - the upload indexpublic boolean isUploadEnded(String uploadIndex)
uploadIndex - the upload index
true if the upload has ended.public void uploadEnded(String uploadIndex)
uploadIndex - The upload index for the current upload.public UploadProgress getProgress(String uploadIndex)
uploadIndex - the upload index
null otherwise.
public void setProgress(String uploadIndex,
UploadProgress progress)
uploadIndex - the upload indexprogress - the progress
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||