--
JoaoQuintas - 20 Aug 2010
Progress Bar
A Progress Bar is a XVW component that allows to graphically show the progress to the user.
XML Definition
A Progress Bar is declared as following:
<xvw:progressBar text="#{viewBean.TEXT_ATTRIBUTE}" valueExpression="#{viewBean.VALUE_EXPRESSION_BOOLEAN}"
width="WIDTH">
</xvw:progressBar>
Component from which the Progress Bar Extends
Components that Extend Progress Bar
Progress Bar Properties
Property |
Description |
Requirement |
Default Value |
Type |
Example |
valueExpression |
Evaluates the float. The float represents the percentage of the bar that is filled |
optional/recommended |
-0 |
Float |
if the valueExpression is set to 0.10 then 10% of the bar will be filled |
width |
Defines the width of the Progress Bar |
optional |
-auto |
String |
|
text |
Evaluates the text to show on the Progress Bar |
optional/recomended |
|
String |
|
Possible Child Components: