public class TimePickerFunctions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GETTIME_KEYWORD
"GetTime"
|
static java.lang.String |
SETTIME_KEYWORD
"SetTime"
|
Modifier and Type | Method and Description |
---|---|
static TimePickerFunctions |
getInstance()
public Singleton to access class static methods via instance
|
static ComponentFunction |
getTime(java.lang.String winname,
java.lang.String compname,
java.lang.String variableName)
Action to get time from a time picker component and assign it to a variable.
|
static ComponentFunction |
setTime(java.lang.String winname,
java.lang.String compname,
java.lang.String timeValue)
Action to set time for a time picker component according to its TimeValue.
|
public static final java.lang.String GETTIME_KEYWORD
public static final java.lang.String SETTIME_KEYWORD
public static TimePickerFunctions getInstance()
public static ComponentFunction getTime(java.lang.String winname, java.lang.String compname, java.lang.String variableName)
Action to get time from a time picker component and assign it to a variable.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.variableName
- Optional:NO
The name of variable to contain the time string of TimePicker.public static ComponentFunction setTime(java.lang.String winname, java.lang.String compname, java.lang.String timeValue)
Action to set time for a time picker component according to its TimeValue.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.timeValue
- Optional:NO
TimeValue to set.Copyright © SAS Institute. All Rights Reserved.