Class VProgressBar
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar<com.vaadin.flow.component.progressbar.ProgressBar>
-
- com.vaadin.flow.component.progressbar.ProgressBar
-
- org.vaadin.firitin.components.progressbar.VProgressBar
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasSize,com.vaadin.flow.component.HasStyle,com.vaadin.flow.component.HasTheme,Serializable,FluentAttachNotifier<VProgressBar>,FluentComponent<VProgressBar>,FluentDetachNotifier<VProgressBar>,FluentHasSize<VProgressBar>,FluentHasStyle<VProgressBar>
public class VProgressBar extends com.vaadin.flow.component.progressbar.ProgressBar implements FluentComponent<VProgressBar>, FluentHasSize<VProgressBar>, FluentHasStyle<VProgressBar>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VProgressBar()VProgressBar(double min, double max)VProgressBar(double min, double max, double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VProgressBarwithMax(double max)VProgressBarwithMin(double min)VProgressBarwithThemeVariants(com.vaadin.flow.component.progressbar.ProgressBarVariant... variants)VProgressBarwithValue(double value)-
Methods inherited from class com.vaadin.flow.component.progressbar.ProgressBar
addThemeVariants, getMax, getMin, getValue, isIndeterminate, removeThemeVariants, setIndeterminate, setMax, setMin, setValue
-
Methods inherited from class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
getMaxDouble, getMinDouble, getValueDouble, isIndeterminateBoolean
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, findAncestor, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, scrollIntoView, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentAttachNotifier
withAttachListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentComponent
setId, setVisible, withId, withVisible
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentDetachNotifier
withDetachListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasSize
withFullHeight, withFullWidth, withHeight, withMaxHeight, withMaxSize, withMaxWidth, withMinHeight, withMinSize, withMinWidth, withSize, withSizeFull, withSizeUndefined, withWidth
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasStyle
withAddedClassName, withClassName, withStyle
-
Methods inherited from interface com.vaadin.flow.component.HasSize
getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFull
-
-
-
-
Method Detail
-
withValue
public VProgressBar withValue(double value)
-
withMax
public VProgressBar withMax(double max)
-
withMin
public VProgressBar withMin(double min)
-
withThemeVariants
public VProgressBar withThemeVariants(com.vaadin.flow.component.progressbar.ProgressBarVariant... variants)
-
-