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.
|
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
public SliderOrientation orientation
Copyright © 2018 Vaadin Ltd. All rights reserved.