public class FlexSliderFunctions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SETVALUE_KEYWORD
"SetValue"
|
Modifier and Type | Method and Description |
---|---|
static FlexSliderFunctions |
getInstance()
public Singleton to access class static methods via instance
|
static ComponentFunction |
setValue(java.lang.String winname,
java.lang.String compname,
java.lang.String sliderValue)
Action to set the value of the slider according to its SliderValue.
|
public static final java.lang.String SETVALUE_KEYWORD
public static FlexSliderFunctions getInstance()
public static ComponentFunction setValue(java.lang.String winname, java.lang.String compname, java.lang.String sliderValue)
Action to set the value of the slider according to its SliderValue. Currently, this component function is for Flex Slider only.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.sliderValue
- Optional:NO
The value of the slider to set.Copyright © SAS Institute. All Rights Reserved.