Progress Indicator
A progress indicator (or progress bar) bar indicates that one or more operations is under way and shows users what proportion of the operation has been completed. The progress indicator consists of a rectangular bar that fills as the operation progresses. Another application for the progress indicator is to use it as a gauge to show the actual value, for example a temperature.
· barColor
Defines the color of the bar which moves inside the progress indicator. Following bar colors are available (specified color is based on the standard style sheet):
¡ CRITICAL
Bar in progress bar has orange color.
¡ NEGATIVE
Bar in progress bar has red color.
¡ NEUTRAL
Bar in progress bar has blue color.
¡ POSITIVE
Bar in progress bar has green color.
· displayValue
Defines the text that is displayed left aligned in the progress bar.
· id
Identification name of the progress indicator.
· percentValue
Defines the value in percent that the the bar inside the progress indicator should display. The value specified must be greater than 0. If you do not set this attribute an empty frame, with no progress bar inside, is displayed.
· showValue
A boolean value. If set to "true" the text defined with the 'displayValue' attribute is displayed together with the progress bar. If set to 'false' only the progress bar is displayed.
· tooltip
Defines the hint of the progress bar which is displayed as the mouse cursor passes over the progress bar, or as the mouse button is pressed but not released.
· width
Defines the width of the progress bar.
Attributes |
M |
Values |
Usage |
barColor |
|
CRITICAL |
Taglib Classlib |
displayValue |
|
String |
Taglib
Classlib |
id |
* |
String (cs) |
Taglib
Classlib
|
percentValue |
|
String Numeric |
Taglib
Classlib |
showValue |
|
FALSE |
Taglib
Classlib |
tooltip |
|
String |
Taglib
Classlib |
width |
|
Unit (100) |
Taglib
Classlib |
using the taglib
<hbj:progressIndicator |
using the classlib
Form form = (Form) this.getForm(); |
