Interface ProgressBar

All Superinterfaces:
Component, Component.BelongToFrame, Component.HasCaption, Component.HasDescription, Component.HasIcon, HasContextHelp, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasValue<Double>, HasValueSource<Double>
All Known Implementing Classes:
ProgressBarImpl

@StudioComponent(caption="ProgressBar", category="Components", xmlElement="progressBar", icon="io/jmix/ui/icon/component/progressBar.svg", canvasIconSize=LARGE, documentationURL="https://docs.jmix.io/jmix/%VERSION%/ui/vcl/components/progress-bar.html") public interface ProgressBar extends Component, Component.BelongToFrame, HasValue<Double>, HasValueSource<Double>, Component.HasIcon, Component.HasCaption, HasContextHelp, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer
Progress bar is a component that visually displays the progress of some task.
Component accepts float values from 0.0f to 1.0f. 0 means no progress, 1.0 - full progress.
To indicate that a task of unknown length is executing, you can put a progress bar into indeterminate mode.