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 SliderOrientationVSlider. orientationCurrent orientation (vertical/horizontal) of slider.Methods in com.vaadin.client.ui with parameters of type SliderOrientation Modifier and Type Method Description voidVSlider. 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 SliderOrientationSliderState. orientationMethods in com.vaadin.shared.ui.slider that return SliderOrientation Modifier and Type Method Description static SliderOrientationSliderOrientation. 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 SliderOrientationSlider. 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 voidSlider. setOrientation(SliderOrientation orientation)Sets the orientation of the slider.
-