Uses of Class
org.vaadin.firitin.components.progressbar.VProgressBar
Packages that use VProgressBar
-
Uses of VProgressBar in org.vaadin.firitin.components.button
Methods in org.vaadin.firitin.components.button that return VProgressBar -
Uses of VProgressBar in org.vaadin.firitin.components.progressbar
Methods in org.vaadin.firitin.components.progressbar that return VProgressBarModifier and TypeMethodDescriptionstatic VProgressBarVProgressBar.indeterminateForTask(com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.component.Component> task) Creates a progressbar that is visible in the UI until the given the long(ish) running task has been executed.static VProgressBarVProgressBar.indeterminateForTask(Runnable task) Creates a progressbar that is visible in the UI until the given the long(ish) running task has been executed.VProgressBar.setPrepareForOverdueInAnimation(boolean prepareForOverdueInAnimation) VProgressBar.withMax(double max) VProgressBar.withMin(double min) VProgressBar.withThemeVariants(com.vaadin.flow.component.progressbar.ProgressBarVariant... variants) VProgressBar.withValue(double value)