Uses of Class
org.vaadin.firitin.components.progressbar.VProgressBar
-
Uses of VProgressBar in org.vaadin.firitin.components.progressbar
Modifier and TypeMethodDescriptionstatic VProgressBar
VProgressBar.indeterminateForTask
(Runnable task) Creates a progressbar that is visible in the UI until the given the long(ish) running task has been executed.VProgressBar.withMax
(double max) VProgressBar.withMin
(double min) VProgressBar.withThemeVariants
(com.vaadin.flow.component.progressbar.ProgressBarVariant... variants) VProgressBar.withValue
(double value)