Package com.hp.lft.sdk.stdwin
Interface ScrollInfoProvider
- All Superinterfaces:
Scrollable
- All Known Subinterfaces:
UiObject
Represents test object containing a scrollbar.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the scroll properties of the horizontal scroll bar.Returns the scroll properties of the vertical scroll bar.Returns the position of the vertical scroll bar of the object.Methods inherited from interface com.hp.lft.sdk.Scrollable
scroll, scroll
-
Method Details
-
getHorizontalScroll
Returns the scroll properties of the horizontal scroll bar. Possible values:ScrollInfo
- Returns:
- the scroll properties of the horizontal scroll bar. Possible values:
ScrollInfo
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getVerticalScroll
Returns the scroll properties of the vertical scroll bar. Possible values:ScrollInfo
- Returns:
- the scroll properties of the vertical scroll bar. Possible values:
ScrollInfo
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getVerticalScrollPosition
Returns the position of the vertical scroll bar of the object. Possible values:ScrollInfo
- Returns:
- the position of the vertical scroll bar of the object. Possible values:
ScrollInfo
- Throws:
GeneralLeanFtException
- if error occurs during execution
-