public class DatePickerFunctions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GETDATE_KEYWORD
"GetDate"
|
static java.lang.String |
SETDATE_KEYWORD
"SetDate"
|
Modifier and Type | Method and Description |
---|---|
static ComponentFunction |
getDate(java.lang.String winname,
java.lang.String compname,
java.lang.String variableName)
Action to get date from a date picker component and assign it to a variable.
|
static DatePickerFunctions |
getInstance()
public Singleton to access class static methods via instance
|
static ComponentFunction |
setDate(java.lang.String winname,
java.lang.String compname,
java.lang.String dateValue)
Action to set date for a date picker component according to its DateValue.
|
public static final java.lang.String GETDATE_KEYWORD
public static final java.lang.String SETDATE_KEYWORD
public static DatePickerFunctions getInstance()
public static ComponentFunction getDate(java.lang.String winname, java.lang.String compname, java.lang.String variableName)
Action to get date from a date 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 date string of DatePicker.public static ComponentFunction setDate(java.lang.String winname, java.lang.String compname, java.lang.String dateValue)
Action to set date for a date picker component according to its DateValue.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.dateValue
- Optional:NO
DateValue to set.Copyright © SAS Institute. All Rights Reserved.