public class FlexNumericStepperFunctions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SETVALUE_KEYWORD
"SetValue"
|
Modifier and Type | Method and Description |
---|---|
static FlexNumericStepperFunctions |
getInstance()
public Singleton to access class static methods via instance
|
static ComponentFunction |
setValue(java.lang.String winname,
java.lang.String compname,
java.lang.String stepperValue)
Action to set the value of the stepper according to its StepperValue.
|
public static final java.lang.String SETVALUE_KEYWORD
public static FlexNumericStepperFunctions getInstance()
public static ComponentFunction setValue(java.lang.String winname, java.lang.String compname, java.lang.String stepperValue)
Action to set the value of the stepper according to its StepperValue. Currently, this component function is for Flex NumericStepper 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.stepperValue
- Optional:NO
The value of the stepper to set.Copyright © SAS Institute. All Rights Reserved.