Klasse ColoredProgressBar
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.progressbar.ProgressBar
de.bytestore.hostinger.components.ColoredProgressBar
- Alle implementierten Schnittstellen:
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
,com.vaadin.flow.component.shared.HasThemeVariant<com.vaadin.flow.component.progressbar.ProgressBarVariant>
,Serializable
public class ColoredProgressBar
extends com.vaadin.flow.component.progressbar.ProgressBar
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungColoredProgressBar
(double min, double max) ColoredProgressBar
(double min, double max, double value) -
Methodenübersicht
Von Klasse geerbte Methoden com.vaadin.flow.component.progressbar.ProgressBar
getMax, getMin, getValue, isIndeterminate, setIndeterminate, setMax, setMin
Von Klasse geerbte Methoden 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, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisible
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden com.vaadin.flow.component.AttachNotifier
addAttachListener
Von Schnittstelle geerbte Methoden com.vaadin.flow.component.DetachNotifier
addDetachListener
Von Schnittstelle geerbte Methoden com.vaadin.flow.component.HasElement
getElement
Von Schnittstelle geerbte Methoden 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
Von Schnittstelle geerbte Methoden com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
Von Schnittstelle geerbte Methoden com.vaadin.flow.component.HasTheme
addThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeName
Von Schnittstelle geerbte Methoden com.vaadin.flow.component.shared.HasThemeVariant
addThemeVariants, removeThemeVariants
-
Konstruktordetails
-
ColoredProgressBar
public ColoredProgressBar() -
ColoredProgressBar
public ColoredProgressBar(double min, double max) -
ColoredProgressBar
public ColoredProgressBar(double min, double max, double value)
-
-
Methodendetails
-
setValue
public void setValue(double value) - Setzt außer Kraft:
setValue
in Klassecom.vaadin.flow.component.progressbar.ProgressBar
-