|
|
|
|
reloadseconds | java.lang.Object | custom | | 3 | The number of seconds the client-side javascript will wait
before refreshing the component |
|
truncateLength | java.lang.Object | custom | | 38 | This is the maximum number of characters the managed ProgressWorker's
statusString value can contain before the component truncates the value by appending
... to the end of the string. |
|
worker | java.lang.Object | custom | | | The ProgressWorker that this component is displaying the status of. |
|
element | java.lang.Object | custom | | 'div' | The html element to wrap the body with, default is div. |
|
onCompleteObject | java.lang.Object | custom | | null | If provided, the javascript object with the specified name will be
invoked with a method name of progressFinished(elementId).
Ie progressComplete.progressFinished(elementId) |