|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SliderAnimate.AnimateEnum | |
---|---|
org.odlabs.wiquery.ui.slider |
Uses of SliderAnimate.AnimateEnum in org.odlabs.wiquery.ui.slider |
---|
Methods in org.odlabs.wiquery.ui.slider that return SliderAnimate.AnimateEnum | |
---|---|
SliderAnimate.AnimateEnum |
SliderAnimate.getAnimateEnumParam()
|
static SliderAnimate.AnimateEnum |
SliderAnimate.AnimateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SliderAnimate.AnimateEnum[] |
SliderAnimate.AnimateEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.odlabs.wiquery.ui.slider with parameters of type SliderAnimate.AnimateEnum | |
---|---|
Slider |
Slider.setAnimate(SliderAnimate.AnimateEnum animate)
Whether to slide handle smoothly when user click outside handle on the bar. |
void |
SliderAnimate.setAnimateEnumParam(SliderAnimate.AnimateEnum animateEnumParam)
Set's the AnimateEnum parameter |
Constructors in org.odlabs.wiquery.ui.slider with parameters of type SliderAnimate.AnimateEnum | |
---|---|
SliderAnimate(SliderAnimate.AnimateEnum animateEnumParam)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |