Studio Developer Manual / Version 2404
Table Of Contents
A RatingBarFeedbackItem renders a colored and segmented score bar with additional labels.
They are created trough method RatingBarFeedbackItem.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. |
| maxValue | float |
0
| The maximum value of the bar. |
| 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). |
| minLabel | String |
null
| The label to render at the beginning of the score bar. |
| maxLabel | String |
null
| The label to render at the end of the score bar. |
Table 9.14.
FeedbackItem RatingBarFeedbackItem



