Studio Developer Manual / Version 2207
Table Of Contents
A PercentageBarFeedbackItem
renders a colored and score bar with a percentage value.
They are created trough method PercentageBarFeedbackItem.builder
.
Property | Type | Default Value | Description |
---|---|---|---|
collection | String |
null
| The sub tab the panel should be rendered too. |
title | String |
null
| The title of the panel. |
help | String |
null
| Help text that, if set, will be rendered as a help icon next to the title. |
label | String |
null
| The label that is shown above the bar. |
value | float |
0
| The value of the score. |
color | String |
null
|
If set, the whole bar will be rendered with this color.
The reverseColors attribute is ignored in this case.
|
reverseColors | boolean |
false
| If true, the color of the bar be reversed (green to red). |
decimalPlaces | float |
0
| The number of decimal places to be rendered for the value. |
Table 9.15.
FeedbackItem
PercentageBarFeedbackItem