T - Number typepublic interface SliderInputBuilder<T extends Number> extends InputBuilder<T,Input<T>,SliderInputBuilder<T>>
Inputs.InputConfigurator.BaseFieldConfigurator<T>ComponentConfigurator.BaseComponentConfigurator| Modifier and Type | Method and Description |
|---|---|
SliderInputBuilder<T> |
max(T max)
Set the maximum value.
|
SliderInputBuilder<T> |
min(T min)
Set the minimum field value.
|
SliderInputBuilder<T> |
orientation(com.vaadin.shared.ui.slider.SliderOrientation orientation)
Set the orientation of the slider.
|
SliderInputBuilder<T> |
resolution(int resolution)
Set a new resolution for the slider.
|
asField, build, deferLocalization, dragSource, dropTarget, validatablelocale, readOnly, tabIndex, withValue, withValueChangeListenercaption, caption, caption, captionAsHtml, description, description, description, disabled, errorHandler, fullHeight, fullSize, fullWidth, height, height, heightUndefined, hidden, icon, id, notVisible, primaryStyleName, replaceStyleName, responsive, sizeUndefined, styleName, width, width, widthUndefined, withAttachListener, withContextClickListener, withData, withDetachListener, withShortcutListenerSliderInputBuilder<T> max(T max)
max - The new maximum field valueSliderInputBuilder<T> min(T min)
min - The new minimum field valueSliderInputBuilder<T> orientation(com.vaadin.shared.ui.slider.SliderOrientation orientation)
orientation - The new orientation, either SliderOrientation.HORIZONTAL or
SliderOrientation.VERTICALSliderInputBuilder<T> resolution(int resolution)
For integer type fields, this method has no effect, since resolution is always 0.
resolution - The resolution to setCopyright © 2019 The Holon Platform. All rights reserved.