Uses of Class
com.googlecode.wicket.jquery.ui.form.slider.Orientation
-
Packages that use Orientation Package Description com.googlecode.wicket.jquery.ui.form.slider -
-
Uses of Orientation in com.googlecode.wicket.jquery.ui.form.slider
Methods in com.googlecode.wicket.jquery.ui.form.slider that return Orientation Modifier and Type Method Description static OrientationOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static Orientation[]Orientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.googlecode.wicket.jquery.ui.form.slider with parameters of type Orientation Modifier and Type Method Description AbstractSlider<T>AbstractSlider. setOrientation(Orientation orientation)Sets theOrientation
-