| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components.builders |
| Modifier and Type | Method and Description |
|---|---|
SliderInputBuilder<T> |
SliderInputBuilder.max(T max)
Set the maximum value.
|
SliderInputBuilder<T> |
SliderInputBuilder.min(T min)
Set the minimum field value.
|
SliderInputBuilder<T> |
SliderInputBuilder.orientation(com.vaadin.shared.ui.slider.SliderOrientation orientation)
Set the orientation of the slider.
|
SliderInputBuilder<T> |
SliderInputBuilder.resolution(int resolution)
Set a new resolution for the slider.
|
Copyright © 2019 The Holon Platform. All rights reserved.