public class SliderState extends AbstractFieldState
Modifier and Type | Field and Description |
---|---|
double |
maxValue |
double |
minValue |
SliderOrientation |
orientation |
int |
resolution
The number of fractional digits that are considered significant.
|
boolean |
updateValueOnClick |
double |
value |
readOnly, required
tabIndex
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
enabled, registeredEventListeners, resources
Constructor and Description |
---|
SliderState() |
@NoLayout public double value
@NoLayout public double maxValue
@NoLayout public double minValue
@NoLayout public int resolution
@NoLayout public boolean updateValueOnClick
public SliderOrientation orientation
Copyright © 2022 Vaadin Ltd. All rights reserved.