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.sdkMethods 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.javaMethods 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 TypeMethodDescriptionvoidUiObjectBaseDescription.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.oracleMethods 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 TypeMethodDescriptionvoidUiObjectBaseDescription.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.powerbuilderMethods 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 TypeMethodDescriptionvoidUiObjectBaseDescription.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.guiMethods 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 TypeMethodDescriptionvoidElementDescription.setSize(SizeProperty size) Sets the element's size in pixels.voidWindowDescription.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.stdwinMethods 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 TypeMethodDescriptionvoidUiObjectBaseDescription.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.webMethods 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 TypeMethodDescriptionvoidPageDescription.setSize(SizeProperty size) Sets the test object's size (in pixels).voidWebBaseDescription.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.winformsMethods 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 TypeMethodDescriptionvoidUiObjectDescriptionBase.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.wpfMethods 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 TypeMethodDescriptionvoidUiObjectDescriptionBase.setSize(SizeProperty size) Sets the test object's size (in pixels).UiObjectDescriptionBase.Init.size(SizeProperty size) Initializes the test object's size (in pixels).