Uses of Enum Class
com.hp.lft.sdk.ScrollOrientation
Packages that use ScrollOrientation
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing SAPGUI objects.
-
Uses of ScrollOrientation in com.hp.lft.sdk
Methods in com.hp.lft.sdk that return ScrollOrientationModifier and TypeMethodDescriptionstatic ScrollOrientation
Returns the enum constant of this class with the specified name.static ScrollOrientation[]
ScrollOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk with parameters of type ScrollOrientationModifier and TypeMethodDescriptionvoid
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. -
Uses of ScrollOrientation in com.hp.lft.sdk.sap.gui
Methods in com.hp.lft.sdk.sap.gui with parameters of type ScrollOrientationModifier and TypeMethodDescriptionvoid
Window.scroll
(ScrollOrientation orientation, int toPos) Sets the position of the scroll bars.