Package | Description |
---|---|
com.hp.lft.sdk |
Provides the SDK for core LeanFT functionality.
|
com.hp.lft.sdk.sap.gui |
Provides the SDK for testing SAPGUI objects.
|
Modifier and Type | Method and Description |
---|---|
static ScrollOrientation |
ScrollOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScrollOrientation[] |
ScrollOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Scrollable.scroll(ScrollOrientation orientation,
ScrollType type)
Scrolls an object that has embedded scroll bars by one line or page.
|
void |
Scrollable.scroll(ScrollOrientation orientation,
ScrollType type,
int value)
Scrolls an object that has embedded scroll bars.
|
Modifier and Type | Method and Description |
---|---|
void |
Window.scroll(ScrollOrientation orientation,
int toPos)
Sets the position of the scroll bars.
|