!--a11y-->
ProgressIndicator 
The ProgressIndicator UI element shows how much progress an activity has made in the form of a horizontal bar, along with the value that you have assigned to the percentValue property. You can use the displayValue property to display a text in the ProgressIndicator on the left side of the UI element. This makes it possible to provide descriptions with specific percentage values. You can hide the DisplayValue value using the showValue property. You can display the ProgessIndicator UI element in different colors using the barColor property. You can assign a popup menu to a ProgressIndicator.
You can use the ProgressIndicator UI element to display, for example, a project status in percent.
Example of the Display
|
|

To enable the development of
accessible
applications the tooltip property is
checked during the syntax check.
Runtime Class |
CL_WD_PROGRESS_INDICATOR |
Properties in View Designer
Name |
Type |
Initial Value |
Bindable |
id |
STRING |
(automatic) |
No |
WDUI_PROG_IND_BAR_COL |
neutral |
Yes |
|
STRING |
|
Yes |
|
WDY_BOOLEAN |
true |
Yes |
|
I |
0 |
Yes |
|
WDY_BOOLEAN |
true |
Yes |
|
Text |
|
Yes |
|
WDUI_VISIBILITY |
visible |
Yes |
|
STRING |
|
Yes |
Aggregations in View Designer
Name |
Cardinality |
Type |
0..1 |

Other properties that can be inherited are defined in the associated higher-level class. The associated UI elements are:
For dynamic programming, the same properties, events and aggregations are available as in View Designer. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
BAR_COLOR |
WDUI_PROG_IND_BAR_COL |
|
barColor: critical |
CL_WD_PROGRESS_INDICATOR=>E_BAR_COLOR-CRITICAL |
|
barColor: negative |
CL_WD_PROGRESS_INDICATOR=>E_BAR_COLOR-NEGATIVE |
|
barColor: neutral |
CL_WD_PROGRESS_INDICATOR=>E_BAR_COLOR-NEUTRAL |
|
barColor: positive |
CL_WD_PROGRESS_INDICATOR=>E_BAR_COLOR-POSITIVE |
|
DISPLAY_VALUE |
STRING |
|
ENABLED |
WDY_BOOLEAN |
|
PERCENT_VALUE |
I |
|
SHOW_VALUE |
WDY_BOOLEAN |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_PROGRESS_INDICATOR=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_PROGRESS_INDICATOR=>E_VISIBLE-VISIBLE |
|
WIDTH |
STRING |
|
Dynamic Programming of Aggregations
View Designer Name |
Runtime Name |
Cardinality |
MENU |
0..1 |
You can find an example of this UI element in the system in the Web Dynpro application, WDR_TEST_UI_ELEMENTS.