Class VProgressBar

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VProgressBar withMax​(double max)  
      VProgressBar withMin​(double min)  
      VProgressBar withThemeVariants​(com.vaadin.flow.component.progressbar.ProgressBarVariant... variants)  
      VProgressBar withValue​(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 interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • 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
      • Methods inherited from interface com.vaadin.flow.component.HasStyle

        addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
      • Methods inherited from interface com.vaadin.flow.component.HasTheme

        addThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeName
    • Constructor Detail

      • VProgressBar

        public VProgressBar()
      • VProgressBar

        public VProgressBar​(double min,
                            double max)
      • VProgressBar

        public VProgressBar​(double min,
                            double max,
                            double value)
    • Method Detail

      • withValue

        public VProgressBar withValue​(double value)
      • withThemeVariants

        public VProgressBar withThemeVariants​(com.vaadin.flow.component.progressbar.ProgressBarVariant... variants)