Uses of Class
com.vaadin.shared.ui.slider.SliderOrientation
-
Packages that use SliderOrientation Package Description com.vaadin.client.ui com.vaadin.shared.ui.slider com.vaadin.ui -
-
Uses of SliderOrientation in com.vaadin.client.ui
Fields in com.vaadin.client.ui declared as SliderOrientation Modifier and Type Field Description protected SliderOrientation
VSlider. orientation
Current orientation (vertical/horizontal) of slider.Methods in com.vaadin.client.ui with parameters of type SliderOrientation Modifier and Type Method Description void
VSlider. setOrientation(SliderOrientation orientation)
Sets the slider orientation. -
Uses of SliderOrientation in com.vaadin.shared.ui.slider
Fields in com.vaadin.shared.ui.slider declared as SliderOrientation Modifier and Type Field Description SliderOrientation
SliderState. orientation
Methods in com.vaadin.shared.ui.slider that return SliderOrientation Modifier and Type Method Description static SliderOrientation
SliderOrientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static SliderOrientation[]
SliderOrientation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SliderOrientation in com.vaadin.ui
Methods in com.vaadin.ui that return SliderOrientation Modifier and Type Method Description SliderOrientation
Slider. getOrientation()
Gets the current orientation of the slider (horizontal or vertical).Methods in com.vaadin.ui with parameters of type SliderOrientation Modifier and Type Method Description void
Slider. setOrientation(SliderOrientation orientation)
Sets the orientation of the slider.
-