--
PedroRio - 16 Jan 2012
Dialog Progress
The dialog progress component allows the user to see the progress of a long running process
Declaration
<xvw:dialogProgress />
_
Properties
Property |
Values |
Description |
Possible Values |
Usage |
Example |
title |
EL / String |
The dialog title |
Any string |
Optional |
"My title" |
finished |
EL / Boolean |
Whether the progress is finished or not |
True / False |
Optional |
|
updateInterval |
EL / Integer |
The value in seconds for the update interval |
Any positive integer |
Optional |
|
progress |
Integer |
The current progress |
Positive integer |
Optional |
|
progressText |
EL / String |
The current progress text |
Any String |
Optional |
|