Progress Bar
Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package '') Extends designtime/SolutionModel: Extends runtime:
Displays a progress bar with dynamic progress value and text.
This is a reference page; many components have detailed usage guides .
Flag indicating whether progress transitions are animated. Type: Default Value: true
Bound data provider identifier for the progress bar's value. Type:
The maximum value of the progress bar. Type: Default Value: 100
Flag indicating whether the progress value is displayed on the progress bar. Type: Default Value: true
Sets the progress, optionally setting the text of the bar
Parameters:
Do not call this method; this will be removed with Servoy 8.2
Parameters:
Flag indicating whether the progress value is shown as a percentage. Type: Default Value: true
CSS style classes applied to the progress bar component. Type:
Tab sequence order for keyboard navigation. Type:
The visual type of the progress bar (e.g. info, success, warning, danger). Type: Default Value: "info"
The current progress value. Type:
Optional text to display on the progress bar instead of the numeric value. Type:
Flag indicating whether the progress bar is visible. Type:
{} value The progress value to set.
{} [valueText] The text to display on the progress bar.
{} value The progress value to set.
{} [valueText] The text to display on the progress bar.