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.sdkMethods in com.hp.lft.sdk that return ScrollOrientationModifier and TypeMethodDescriptionstatic ScrollOrientationReturns 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 TypeMethodDescriptionvoidScrollable.scroll(ScrollOrientation orientation, ScrollType type) Scrolls an object that has embedded scroll bars by one line or page.voidScrollable.scroll(ScrollOrientation orientation, ScrollType type, int value) Scrolls an object that has embedded scroll bars.
- 
Uses of ScrollOrientation in com.hp.lft.sdk.sap.guiMethods in com.hp.lft.sdk.sap.gui with parameters of type ScrollOrientationModifier and TypeMethodDescriptionvoidWindow.scroll(ScrollOrientation orientation, int toPos) Sets the position of the scroll bars.