Uses of Class
com.hp.lft.sdk.SizeProperty
Packages that use SizeProperty
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 SizeProperty in com.hp.lft.sdk
Methods in com.hp.lft.sdk that return SizePropertyModifier and TypeMethodDescriptionSets the horizontal component of the test object size.Returns the vertical component of the test object size.Constructors in com.hp.lft.sdk with parameters of type SizePropertyModifierConstructorDescriptionSizeProperty
(SizeProperty sizeToCopy) Initializes a new instance of the SizeProperty class by copying the values of the provided SizeProperty. -
Uses of SizeProperty in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return SizePropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.getSize()
Returns the test object's size in pixels.Methods in com.hp.lft.sdk.java with parameters of type SizePropertyModifier and TypeMethodDescriptionvoid
UiObjectBaseDescription.setSize
(SizeProperty size) Sets the test object's size in pixels.UiObjectBaseDescription.Init.size
(SizeProperty size) Initializes the test object's size in pixels. -
Uses of SizeProperty in com.hp.lft.sdk.oracle
Methods in com.hp.lft.sdk.oracle that return SizePropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.getSize()
Returns the test object's size in pixels.Methods in com.hp.lft.sdk.oracle with parameters of type SizePropertyModifier and TypeMethodDescriptionvoid
UiObjectBaseDescription.setSize
(SizeProperty size) Sets the test object's size in pixels.UiObjectBaseDescription.Init.size
(SizeProperty size) Initializes the test object's size in pixels. -
Uses of SizeProperty in com.hp.lft.sdk.powerbuilder
Methods in com.hp.lft.sdk.powerbuilder that return SizePropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.getSize()
Returns the test object's size (in pixels).Methods in com.hp.lft.sdk.powerbuilder with parameters of type SizePropertyModifier and TypeMethodDescriptionvoid
UiObjectBaseDescription.setSize
(SizeProperty size) Sets the test object's size (in pixels).UiObjectBaseDescription.Init.size
(SizeProperty size) Sets the test object's size (in pixels). -
Uses of SizeProperty in com.hp.lft.sdk.sap.gui
Methods in com.hp.lft.sdk.sap.gui that return SizePropertyModifier and TypeMethodDescriptionElementDescription.getSize()
Returns the element's size in pixels.WindowDescription.getWorkingPaneSize()
Returns the window's working pane size in character metric.Methods in com.hp.lft.sdk.sap.gui with parameters of type SizePropertyModifier and TypeMethodDescriptionvoid
ElementDescription.setSize
(SizeProperty size) Sets the element's size in pixels.void
WindowDescription.setWorkingPaneSize
(SizeProperty size) Sets the window's working pane size in character metric.ElementDescription.Init.size
(SizeProperty size) Initializes the test element's size in pixels.WindowDescription.Init.workingPaneSize
(SizeProperty workingPaneSize) Initializes the window's working pane size in character metric. -
Uses of SizeProperty in com.hp.lft.sdk.stdwin
Methods in com.hp.lft.sdk.stdwin that return SizePropertyModifier and TypeMethodDescriptionUiObjectBaseDescription.getSize()
Returns the test object's size (in pixels).Methods in com.hp.lft.sdk.stdwin with parameters of type SizePropertyModifier and TypeMethodDescriptionvoid
UiObjectBaseDescription.setSize
(SizeProperty size) Sets the test object's size (in pixels).UiObjectBaseDescription.Init.size
(SizeProperty size) Sets the test object's size (in pixels). -
Uses of SizeProperty in com.hp.lft.sdk.web
Methods in com.hp.lft.sdk.web that return SizePropertyModifier and TypeMethodDescriptionPageDescription.getSize()
Returns the test object's size (in pixels).WebBaseDescription.getSize()
Returns the test object's size (in pixels).Methods in com.hp.lft.sdk.web with parameters of type SizePropertyModifier and TypeMethodDescriptionvoid
PageDescription.setSize
(SizeProperty size) Sets the test object's size (in pixels).void
WebBaseDescription.setSize
(SizeProperty size) Sets the test object's size (in pixels).PageDescription.Init.size
(SizeProperty size) Initializes the page's size (in pixels).WebBaseDescription.Init.size
(SizeProperty size) Initializes the test object's size (in pixels). -
Uses of SizeProperty in com.hp.lft.sdk.winforms
Methods in com.hp.lft.sdk.winforms that return SizePropertyModifier and TypeMethodDescriptionUiObjectDescriptionBase.getSize()
Returns the test object's size in pixels.Methods in com.hp.lft.sdk.winforms with parameters of type SizePropertyModifier and TypeMethodDescriptionvoid
UiObjectDescriptionBase.setSize
(SizeProperty size) Sets the test object's size in pixels.UiObjectDescriptionBase.Init.size
(SizeProperty size) Initializes the test object's size in pixels. -
Uses of SizeProperty in com.hp.lft.sdk.wpf
Methods in com.hp.lft.sdk.wpf that return SizePropertyModifier and TypeMethodDescriptionUiObjectDescriptionBase.getSize()
Returns the test object's size (in pixels).Methods in com.hp.lft.sdk.wpf with parameters of type SizePropertyModifier and TypeMethodDescriptionvoid
UiObjectDescriptionBase.setSize
(SizeProperty size) Sets the test object's size (in pixels).UiObjectDescriptionBase.Init.size
(SizeProperty size) Initializes the test object's size (in pixels).