Uses of Class
com.hp.lft.sdk.ScrollProperty
Packages that use ScrollProperty
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing standard Windows objects.
-
Uses of ScrollProperty in com.hp.lft.sdk
Methods in com.hp.lft.sdk that return ScrollPropertyModifier and TypeMethodDescriptionSets whether the scroll bar exists.ScrollProperty.setMaximum
(Integer maximum) Sets the maximum position (in lines) of the scroll bar.ScrollProperty.setMinimum
(Integer minimum) Sets the minimum position (in lines) of the scroll bar.ScrollProperty.setPageSize
(Integer pageSize) Sets the size (in lines) of a single page of the scroll bar.ScrollProperty.setPosition
(Integer position) Sets the current position (in lines) of the scroll bar.Constructors in com.hp.lft.sdk with parameters of type ScrollPropertyModifierConstructorDescriptionScrollProperty
(ScrollProperty scrollPropertyToCopy) Initializes a new instance of the ScrollProperty class provided copy of a ScrollProperty object. -
Uses of ScrollProperty in com.hp.lft.sdk.stdwin
Methods in com.hp.lft.sdk.stdwin that return ScrollPropertyModifier and TypeMethodDescriptionUiObjectDescription.getHorizontalScroll()
Returns the scroll properties for the horizontal scroll bar.UiObjectDescription.getVerticalScroll()
Returns the scroll properties for the horizontal scroll bar.Methods in com.hp.lft.sdk.stdwin with parameters of type ScrollPropertyModifier and TypeMethodDescriptionUiObjectDescription.Init.horizontalScroll
(ScrollProperty horizontalScroll) Initializes the scroll properties for the horizontal scroll bar.void
UiObjectDescription.setHorizontalScroll
(ScrollProperty scroll) Sets the scroll properties for the horizontal scroll bar.void
UiObjectDescription.setVerticalScroll
(ScrollProperty scroll) Sets the scroll properties for the vertical scroll bar.UiObjectDescription.Init.verticalScroll
(ScrollProperty verticalScroll) Initializes the scroll properties for the vertical scroll bar.