Uses of Class
com.hp.lft.sdk.LocationProperty
Packages that use LocationProperty
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing Java objects.
Provides the SDK for testing oracle objects.
Provides the SDK for testing PowerBuilder objects.
Provides the SDK for testing SAPGUI objects.
Provides the SDK for testing standard Windows objects.
Provides the SDK for testing Web objects.
Provides the SDK for testing .NET Windows Forms objects.
Provides the SDK for testing WPF objects.
- 
Uses of LocationProperty in com.hp.lft.sdkMethods in com.hp.lft.sdk that return LocationPropertyModifier and TypeMethodDescriptionSets the x-coordinate (in pixels) of the test object location.Sets the y-coordinate (in pixels) of the test object location.Constructors in com.hp.lft.sdk with parameters of type LocationPropertyModifierConstructorDescriptionLocationProperty(LocationProperty locationToCopy) Initializes a new instance of the LocationProperty class by copying values from the providedLocationPropertyobject.
- 
Uses of LocationProperty in com.hp.lft.sdk.javaMethods in com.hp.lft.sdk.java that return LocationPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.getAbsoluteLocation()Returns the object's coordinates in pixels relative to the screen.UiObjectBaseDescription.getLocation()Returns the object's coordinates in pixels relative to the parent window.Methods in com.hp.lft.sdk.java with parameters of type LocationPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.Init.absoluteLocation(LocationProperty absLocation) Initializes the object's coordinates in pixels relative to the screen.UiObjectBaseDescription.Init.location(LocationProperty location) Initializes this object's coordinates in pixels relative to the parent window.voidUiObjectBaseDescription.setAbsoluteLocation(LocationProperty absLocation) Sets the object's coordinates in pixels relative to the screen.voidUiObjectBaseDescription.setLocation(LocationProperty location) Sets the object's coordinates in pixels relative to the parent window.
- 
Uses of LocationProperty in com.hp.lft.sdk.oracleMethods in com.hp.lft.sdk.oracle that return LocationPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.getAbsoluteLocation()Returns the object's coordinates in pixels relative to the screen.UiObjectBaseDescription.getLocation()Returns the object's coordinates in pixels relative to the parent window.Methods in com.hp.lft.sdk.oracle with parameters of type LocationPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.Init.absoluteLocation(LocationProperty absLocation) Initializes the object's coordinates in pixels relative to the screen.UiObjectBaseDescription.Init.location(LocationProperty location) Initializes this object's coordinates in pixels relative to the parent window.voidUiObjectBaseDescription.setAbsoluteLocation(LocationProperty absLocation) Sets the object's coordinates in pixels relative to the screen.voidUiObjectBaseDescription.setLocation(LocationProperty location) Sets the object's coordinates in pixels relative to the parent window.
- 
Uses of LocationProperty in com.hp.lft.sdk.powerbuilderMethods in com.hp.lft.sdk.powerbuilder that return LocationPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.getAbsoluteLocation()Returns the object's absolute coordinates relative to the screen (in pixels).UiObjectBaseDescription.getLocation()Returns the object's coordinates relative to the parent window (in pixels).Methods in com.hp.lft.sdk.powerbuilder with parameters of type LocationPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.Init.absoluteLocation(LocationProperty absLocation) Sets the object's absolute coordinates relative to the screen (in pixels).UiObjectBaseDescription.Init.location(LocationProperty location) Sets the object's coordinates relative to the parent window (in pixels).voidUiObjectBaseDescription.setAbsoluteLocation(LocationProperty absLocation) Sets the object's absolute coordinates relative to the screen (in pixels).voidUiObjectBaseDescription.setLocation(LocationProperty location) Sets the object's coordinates relative to the parent window (in pixels).
- 
Uses of LocationProperty in com.hp.lft.sdk.sap.guiMethods in com.hp.lft.sdk.sap.gui that return LocationPropertyModifier and TypeMethodDescriptionElementDescription.getAbsoluteLocation()Returns the element's coordinates relative to the screen in pixels.ElementDescription.getLocation()Returns the element's coordinates relative to the parent window in pixels.Methods in com.hp.lft.sdk.sap.gui with parameters of type LocationPropertyModifier and TypeMethodDescriptionElementDescription.Init.absoluteLocation(LocationProperty absLocation) Initializes the element's coordinates in pixels relative to the screen.ElementDescription.Init.location(LocationProperty location) Initializes this element's coordinates in pixels relative to the parent window.voidElementDescription.setAbsoluteLocation(LocationProperty absLocation) Sets the element's coordinates relative to the screen, in pixels.voidElementDescription.setLocation(LocationProperty location) Sets the element's coordinates relative to the parent window.
- 
Uses of LocationProperty in com.hp.lft.sdk.stdwinMethods in com.hp.lft.sdk.stdwin that return LocationPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.getAbsoluteLocation()Returns the object's absolute coordinates relative to the screen (in pixels).UiObjectBaseDescription.getLocation()Returns the object's coordinates relative to the parent window (in pixels).Methods in com.hp.lft.sdk.stdwin with parameters of type LocationPropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.Init.absoluteLocation(LocationProperty absLocation) Sets the object's absolute coordinates relative to the screen (in pixels).UiObjectBaseDescription.Init.location(LocationProperty location) Sets the object's coordinates relative to the parent window (in pixels).voidUiObjectBaseDescription.setAbsoluteLocation(LocationProperty absLocation) Sets the object's absolute coordinates relative to the screen (in pixels).voidUiObjectBaseDescription.setLocation(LocationProperty location) Sets the object's coordinates relative to the parent window (in pixels).
- 
Uses of LocationProperty in com.hp.lft.sdk.webMethods in com.hp.lft.sdk.web that return LocationPropertyModifier and TypeMethodDescriptionPageDescription.getAbsoluteLocation()Returns the object's absolute coordinates relative to the screen (in pixels).WebBaseDescription.getAbsoluteLocation()Returns the object's absolute coordinates relative to the screen (in pixels).WebBaseDescription.getLocation()Returns the object's coordinates relative to the parent window (in pixels).Methods in com.hp.lft.sdk.web with parameters of type LocationPropertyModifier and TypeMethodDescriptionPageDescription.Init.absoluteLocation(LocationProperty absLocation) Initializes the page's absolute coordinates relative to the screen (in pixels).WebBaseDescription.Init.absoluteLocation(LocationProperty absLocation) Initializes the object's absolute coordinates relative to the screen (in pixels).WebBaseDescription.Init.location(LocationProperty location) Initializes the object's coordinates relative to the parent window (in pixels).voidPageDescription.setAbsoluteLocation(LocationProperty absLocation) Sets the object's absolute coordinates relative to the screen (in pixels).voidWebBaseDescription.setAbsoluteLocation(LocationProperty absLocation) Sets the object's absolute coordinates relative to the screen (in pixels).voidWebBaseDescription.setLocation(LocationProperty location) Sets the object's coordinates relative to the parent window (in pixels).
- 
Uses of LocationProperty in com.hp.lft.sdk.winformsMethods in com.hp.lft.sdk.winforms that return LocationPropertyModifier and TypeMethodDescriptionUiObjectDescriptionBase.getAbsoluteLocation()Returns the object's absolute coordinates in pixels relative to the screen.UiObjectDescriptionBase.getLocation()Returns the object's coordinates in pixels relative to the parent window.Methods in com.hp.lft.sdk.winforms with parameters of type LocationPropertyModifier and TypeMethodDescriptionUiObjectDescriptionBase.Init.absoluteLocation(LocationProperty absLocation) Initializes the object's absolute coordinates in pixels relative to the screen.UiObjectDescriptionBase.Init.location(LocationProperty location) Initializes this object's coordinates in pixels relative to the parent window.voidUiObjectDescriptionBase.setAbsoluteLocation(LocationProperty absLocation) Sets the object's absolute coordinates in pixels relative to the screen.voidUiObjectDescriptionBase.setLocation(LocationProperty location) Sets the object's coordinates in pixels relative to the parent window.
- 
Uses of LocationProperty in com.hp.lft.sdk.wpfMethods in com.hp.lft.sdk.wpf that return LocationPropertyModifier and TypeMethodDescriptionUiObjectDescriptionBase.getAbsoluteLocation()Returns the object's absolute coordinates relative to the screen (in pixels).UiObjectDescriptionBase.getLocation()Returns the object's coordinates relative to the parent window (in pixels).Methods in com.hp.lft.sdk.wpf with parameters of type LocationPropertyModifier and TypeMethodDescriptionUiObjectDescriptionBase.Init.absoluteLocation(LocationProperty absLocation) Initializes the object's absolute coordinates relative to the screen (in pixels).UiObjectDescriptionBase.Init.location(LocationProperty location) Initializes the object's coordinates relative to the parent window (in pixels).voidUiObjectDescriptionBase.setAbsoluteLocation(LocationProperty absLocation) Sets the object's absolute coordinates relative to the screen (in pixels).voidUiObjectDescriptionBase.setLocation(LocationProperty location) Sets the object's coordinates relative to the parent window (in pixels).