Purpose
A basic wrapper on SAPUI5 Component
Implementation
Simple wrapper as of today with some BIAL scripts on top.
Short Demo (as animated GIF)
Styles
no extra styles as of today
| Properties, Aggregations, Associations | ||
| barColor | BarColor | The color of the bar. Enumeration sap.ui.core.BarColor provides CRITICAL (yellow), NEGATIVE (red), POSITIVE (green), NEUTRAL (blue) (default value). |
| displayValue | string | The text value to be displayed in the bar. |
| percentValue | int | The numerical value for the displayed length of the progress bar. |
| showValue | boolean | Specifies whether the current value shall be rendered inside the bar. |
Scripting Functions
| Scripts | Short Description | ||
|---|---|---|---|
void setPercentValue( /** Percent value */ int percentValue) | Sets the percentage value of the progress bar | ||
| Returns the percentage value of the progress bar | ||
void setDisplayValue( /** Display value */ String displayValue) | Sets the text value displayed in the bar | ||
| String getDisplayValue() | Returns the text value displayed in the bar |
Example Application
An Application with example can be downloaded at the BIAPP Repository:
- for direct example search in https://github.com/KarolKalisz/DesignStudioBiAppRepository/
- or download the ZIP and copy into local repository: Release Examples for Basic SAP UI5 Components · KarolKalisz/DesignStudioBiAppRepository · GitHub
Releases
Source Code & Licensing
This component is for free use. It is under the Open Source Apache Version 2.0 License.
Important MaintenanceNotice (... as I am SAP Employee)
The component is NOT delivered under SAP maintenance license.
You cannot claim any Support on this component from SAP!
The components are created on "private" basis - you can use them as is. I can modify, correct or improve - but there is no obligation to do it. Of course I will try to correct bugs or improve the component as long I can.
Have Fun!
