public class ScrollBarFunctions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ONEDOWN_KEYWORD
"OneDown"
|
static java.lang.String |
ONELeft_KEYWORD
"OneLeft"
|
static java.lang.String |
ONERIGHT_KEYWORD
"OneRight"
|
static java.lang.String |
ONEUP_KEYWORD
"OneUp"
|
static java.lang.String |
PAGEDOWN_KEYWORD
"PageDown"
|
static java.lang.String |
PAGELEFT_KEYWORD
"PageLeft"
|
static java.lang.String |
PAGERIGHT_KEYWORD
"PageRight"
|
static java.lang.String |
PAGEUP_KEYWORD
"PageUp"
|
Modifier and Type | Method and Description |
---|---|
static ScrollBarFunctions |
getInstance()
public Singleton to access class static methods via instance
|
static ComponentFunction |
oneDown(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollLineDown on a scrollbar.
|
static ComponentFunction |
oneLeft(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollLeft on a scrollbar.
|
static ComponentFunction |
oneRight(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollRight on a scrollbar.
|
static ComponentFunction |
oneUp(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollLineUp on a scrollbar.
|
static ComponentFunction |
pageDown(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollPageDown on a scrollbar.
|
static ComponentFunction |
pageLeft(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollPageLeft on a scrollbar.
|
static ComponentFunction |
pageRight(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollPageRight on a scrollbar.
|
static ComponentFunction |
pageUp(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollPageUp on a scrollbar.
|
public static final java.lang.String ONEDOWN_KEYWORD
public static final java.lang.String ONELeft_KEYWORD
public static final java.lang.String ONERIGHT_KEYWORD
public static final java.lang.String ONEUP_KEYWORD
public static final java.lang.String PAGEDOWN_KEYWORD
public static final java.lang.String PAGELEFT_KEYWORD
public static final java.lang.String PAGERIGHT_KEYWORD
public static final java.lang.String PAGEUP_KEYWORD
public static ScrollBarFunctions getInstance()
public static ComponentFunction oneDown(java.lang.String winname, java.lang.String compname, java.lang.String integerValue)
Attempts to perform a ScrollLineDown on a scrollbar. Attempts to perform a ScrollLineDown on a scrollbar. The input record can optionally specify the number of iterations to perform the action.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.integerValue
- Optional:YES DefaultVal:1
Optional integer to specify how many times to perform the action.public static ComponentFunction oneLeft(java.lang.String winname, java.lang.String compname, java.lang.String integerValue)
Attempts to perform a ScrollLeft on a scrollbar. Attempts to perform a ScrollLeft on a scrollbar. The input record can optionally specify the number of iterations to perform the action.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.integerValue
- Optional:YES DefaultVal:1
Optional integer to specify how many times to perform the action.public static ComponentFunction oneRight(java.lang.String winname, java.lang.String compname, java.lang.String integerValue)
Attempts to perform a ScrollRight on a scrollbar. Attempts to perform a ScrollRight on a scrollbar. The input record can optionally specify the number of iterations to perform the action.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.integerValue
- Optional:YES DefaultVal:1
Optional integer to specify how many times to perform the action.public static ComponentFunction oneUp(java.lang.String winname, java.lang.String compname, java.lang.String integerValue)
Attempts to perform a ScrollLineUp on a scrollbar. Attempts to perform a ScrollLineUp on a scrollbar. The input record can optionally specify the number of iterations to perform the action.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.integerValue
- Optional:YES DefaultVal:1
Optional integer to specify how many times to perform the action.public static ComponentFunction pageDown(java.lang.String winname, java.lang.String compname, java.lang.String integerValue)
Attempts to perform a ScrollPageDown on a scrollbar. Attempts to perform a ScrollPageDown on a scrollbar. The input record can optionally specify the number of iterations to perform the action.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.integerValue
- Optional:YES DefaultVal:1
Optional integer to specify how many times to perform the action.public static ComponentFunction pageLeft(java.lang.String winname, java.lang.String compname, java.lang.String integerValue)
Attempts to perform a ScrollPageLeft on a scrollbar. Attempts to perform a ScrollPageLeft on a scrollbar. The input record can optionally specify the number of iterations to perform the action.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.integerValue
- Optional:YES DefaultVal:1
Optional integer to specify how many times to perform the action.public static ComponentFunction pageRight(java.lang.String winname, java.lang.String compname, java.lang.String integerValue)
Attempts to perform a ScrollPageRight on a scrollbar. Attempts to perform a ScrollPageRight on a scrollbar. The input record can optionally specify the number of iterations to perform the action.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.integerValue
- Optional:YES DefaultVal:1
Optional integer to specify how many times to perform the action.public static ComponentFunction pageUp(java.lang.String winname, java.lang.String compname, java.lang.String integerValue)
Attempts to perform a ScrollPageUp on a scrollbar. Attempts to perform a ScrollPageUp on a scrollbar. The input record can optionally specify the number of iterations to perform the action.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.integerValue
- Optional:YES DefaultVal:1
Optional integer to specify how many times to perform the action.Copyright © SAS Institute. All Rights Reserved.