|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Slider | |
---|---|
org.odlabs.wiquery.ui.slider |
Uses of Slider in org.odlabs.wiquery.ui.slider |
---|
Subclasses of Slider in org.odlabs.wiquery.ui.slider | |
---|---|
class |
AjaxSlider
AJAX enabled slider. |
Methods in org.odlabs.wiquery.ui.slider that return Slider | |
---|---|
Slider |
Slider.setAnimate(boolean animate)
Whether to slide handle smoothly when user click outside handle on the bar. |
Slider |
Slider.setAnimate(Number number)
Whether to slide handle smoothly when user click outside handle on the bar. |
Slider |
Slider.setAnimate(SliderAnimate.AnimateEnum animate)
Whether to slide handle smoothly when user click outside handle on the bar. |
Slider |
Slider.setChangeEvent(JsScopeUiEvent change)
This event is triggered on slide stop, or if the value is changed programmatically (by the value method). |
Slider |
Slider.setDisabled(boolean disabled)
Disables (true) or enables (false) the slider. |
Slider |
Slider.setMax(Number max)
Sets the maximum value of the slider. |
Slider |
Slider.setMin(Number min)
Sets the minimum value of the slider. |
Slider |
Slider.setOrientation(Slider.Orientation orientation)
Normally you don't need to set this option because the plugin detects the slider orientation automatically. |
Slider |
Slider.setRange(SliderRange range)
If set to true, the slider will detect if you have two handles and create a stylable range element between these two. |
Slider |
Slider.setSlideEvent(JsScopeUiEvent slide)
This event is triggered on every mouse move during slide. |
Slider |
Slider.setStartEvent(JsScopeUiEvent start)
Set's the callback when when the user starts sliding. |
Slider |
Slider.setStep(int step)
Sets the size or amount of each interval or step the slider takes between min and max. |
Slider |
Slider.setStopEvent(JsScopeUiEvent stop)
Set's the callback when when the user stops sliding. |
Slider |
Slider.setValue(int value)
Sets the current value of the slider (Determines the value of the slider, if there's only one handle. |
Slider |
Slider.setValues(ArrayItemOptions<IntegerItemOptions> values)
This option can be used to specify multiple handles. |
Slider |
Slider.setValues(Integer value1,
Integer value2)
This option can be used to specify multiple handles. |
Slider |
Slider.unsetAnimate()
Unsets the animate property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |