Uses of Interface
com.hp.lft.sdk.TestObject
Packages that use TestObject
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing AI objects.
Provides the SDK for image-based object identification.
Provides the SDK for testing Java objects.
Provides the SDK for testing objects in mobile applications.
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 SAPUI5 objects.
Provides the SDK for testing standard Windows objects.
Provides the SDK for testing Terminal Emulators objects.
Provides the SDK for testing UIAPro 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 TestObject in com.hp.lft.sdkClasses in com.hp.lft.sdk with type parameters of type TestObjectModifier and TypeClassDescriptionclassAppModelNodeBase<T extends TestObject,TDescription extends Description> Base class for all container sub-classes generated under the Application Model class.static interfaceThis interface exposes the evaluate method, which evaluates if an object in the AUT is currently in a specific state.Subinterfaces of TestObject in com.hp.lft.sdkModifier and TypeInterfaceDescriptioninterfaceThe interface marks test object types that can be described from the Desktop.Fields in com.hp.lft.sdk declared as TestObjectModifier and TypeFieldDescriptionprotected TAppModelNodeBase.concreteprotected TestObjectAppModelNodeBase.parentMethods in com.hp.lft.sdk with type parameters of type TestObjectModifier and TypeMethodDescription<TChild extends TestObject>
 TChildTestObjectDescriber.describe(Class<TChild> type, Description description) Creates a child test object of this test object.<TChild extends TestObject>
 TChild[]TestObject.findChildren(Class<TChild> type, Description description) Returns all the child test objects that match the specified test object type and description filter.<TChild extends TestObject>
 intTestObject.highlightMatches(Class<TChild> type, Description description) Highlights all children that match the the specified test object type and description filter.static <T extends TestObject>
 booleanWaitUntilTestObjectState.waitUntil(T testObject, WaitUntilTestObjectState.WaitUntilEvaluator<T> evaluator) Waits until the object in the AUT achieves the desired state (or until the object synchronization timeout (20 seconds) elapses.static <T extends TestObject>
 booleanWaitUntilTestObjectState.waitUntil(T testObject, WaitUntilTestObjectState.WaitUntilEvaluator<T> evaluator, long totalTimeOutInMilliseconds) Waits until the object in the AUT achieves the desired state or until the specified timeout elapses.Methods in com.hp.lft.sdk that return TestObjectModifier and TypeMethodDescription<TChild extends TestObject>
 TChild[]TestObject.findChildren(Class<TChild> type, Description description) Returns all the child test objects that match the specified test object type and description filter.AppModelNodeBase.getParent()TestObject.getParent()Returns the parent test object of this test object (the child object must be obtained using the describe method, otherwise, this method returns null).protected TestObjectAppModelNodeBase.getRelatedObject(String objectId) Returns the related test object.GeneralReplayException.getTestObject()Returns the test object, on which the replay failed.VisualRelation.getTestObject()Returns the related test object.protected TestObjectAppModelNodeBase.getWrappedTestObject()Methods in com.hp.lft.sdk that return types with arguments of type TestObjectMethods in com.hp.lft.sdk with parameters of type TestObjectModifier and TypeMethodDescriptionVisualRelation.setTestObject(TestObject testObject) Sets the related test object.Constructors in com.hp.lft.sdk with parameters of type TestObjectModifierConstructorDescriptionprotectedAppModelNodeBase(TestObject parent, AppModelBase applicationModel) Initializes an instance of AppModelNodeBase with a parent TestObject.GeneralReplayException(TestObject testObject) Constructs a new GeneralReplayException with the test object, on which the replay failed.GeneralReplayException(TestObject testObject, int errorCode, String message) Constructs a new GeneralReplayException with the test object, on which the replay failed and the specified detail message and error code.GeneralReplayException(TestObject testObject, String message) Constructs a new GeneralReplayException with the test object, on which the replay failed and the specified detail message.ObjectCookieNotFoundException(TestObject testObject) Constructs a new ObjectCookieNotFoundException with the test object, whose cookie was not found.ObjectCookieNotFoundException(TestObject testObject, int errorCode, String message) Constructs a new ObjectCookieNotFoundException with the test object, whose cookie was not found and the specified detail message and error code.ObjectCookieNotFoundException(TestObject testObject, String message) Constructs a new ObjectCookieNotFoundException with the test object, whose cookie was not found and the specified detail message.ReplayArgumentOutOfRangeException(TestObject testObject) Constructs a new ReplayArgumentOutOfRangeException with the test object, on which the replay failed.ReplayArgumentOutOfRangeException(TestObject testObject, int errorCode, String message) Constructs a new ReplayArgumentOutOfRangeException with the test object, on which the replay failed and the specified detail message and error code.ReplayArgumentOutOfRangeException(TestObject testObject, String message) Constructs a new ReplayArgumentOutOfRangeException with the test object, on which the replay failed and the specified detail message.ReplayItemNotFoundException(TestObject testObject) Constructs a new ReplayItemNotFoundException with the test object, on which the replay failed.ReplayItemNotFoundException(TestObject testObject, int errorCode, String message) Constructs a new ReplayItemNotFoundException with the test object, on which the replay failed and the specified detail message and error code.ReplayItemNotFoundException(TestObject testObject, String message) Constructs a new ReplayItemNotFoundException with the test object, on which the replay failed and the specified detail message.ReplayItemNotUniqueException(TestObject testObject) Constructs a new ReplayItemNotUniqueException with the test object, on which the replay failed.ReplayItemNotUniqueException(TestObject testObject, int errorCode, String message) Constructs a new ReplayItemNotUniqueException with the test object, on which the replay failed and the specified detail message and error code.ReplayItemNotUniqueException(TestObject testObject, String message) Constructs a new ReplayItemNotUniqueException with the test object, on which the replay failed and the specified detail message.ReplayObjectDisabledException(TestObject testObject) Constructs a new ReplayObjectDisabledException with the test object, on which the replay failed.ReplayObjectDisabledException(TestObject testObject, int errorCode, String message) Constructs a new ReplayObjectDisabledException with the test object, on which the replay failed and the specified detail message and error code.ReplayObjectDisabledException(TestObject testObject, String message) Constructs a new ReplayObjectDisabledException with the test object, on which the replay failed and the specified detail message.ReplayObjectNotFoundException(TestObject testObject) Constructs a new ReplayObjectNotFoundException with the test object, on which the replay failed.ReplayObjectNotFoundException(TestObject testObject, int errorCode, String message) Constructs a new ReplayObjectNotFoundException with the test object, on which the replay failed and the specified detail message and error code.ReplayObjectNotFoundException(TestObject testObject, String message) Constructs a new ReplayObjectNotFoundException with the test object, on which the replay failed and the specified detail message.ReplayObjectNotUniqueException(TestObject testObject) Constructs a new ReplayObjectNotUniqueException with the test object, on which the replay failed.ReplayObjectNotUniqueException(TestObject testObject, int errorCode, String message) Constructs a new ReplayObjectNotUniqueException with the test object, on which the replay failed and the specified detail message and error code.ReplayObjectNotUniqueException(TestObject testObject, String message) Constructs a new ReplayObjectNotUniqueException with the test object, on which the replay failed and the specified detail message.ReplayObjectNotVisibleException(TestObject testObject) Constructs a new ReplayObjectNotVisibleException with the test object, on which the replay failed.ReplayObjectNotVisibleException(TestObject testObject, int errorCode, String message) Constructs a new ReplayObjectNotVisibleException with the test object, on which the replay failed and the specified detail message and error code.ReplayObjectNotVisibleException(TestObject testObject, String message) Constructs a new ReplayObjectNotVisibleException with the test object, on which the replay failed and the specified detail message.ReplayParentMissingException(TestObject testObject) Constructs a new ReplayParentMissingException with the test object, on which the replay failed.ReplayParentMissingException(TestObject testObject, int errorCode, String message) Constructs a new ReplayParentMissingException with the test object, on which the replay failed and the specified detail message and error code.ReplayParentMissingException(TestObject testObject, String message) Constructs a new ReplayParentMissingException with the test object, on which the replay failed and the specified detail message.ReplayTimeoutException(TestObject testObject) Constructs a new ReplayTimeoutException with the test object, on which the replay failed.ReplayTimeoutException(TestObject testObject, int errorCode, String message) Constructs a new ReplayTimeoutException with the test object, on which the replay failed and the specified detail message and error code.ReplayTimeoutException(TestObject testObject, String message) Constructs a new ReplayTimeoutException with the test object, on which the replay failed and the specified detail message.protectedTopLevelObjectNodeBase(TestObject parent, AppModelBase applicationModel) 
- 
Uses of TestObject in com.hp.lft.sdk.aiSubinterfaces of TestObject in com.hp.lft.sdk.aiModifier and TypeInterfaceDescriptioninterfaceAn object identified using Artificial intelligence.
- 
Uses of TestObject in com.hp.lft.sdk.insightSubinterfaces of TestObject in com.hp.lft.sdk.insightModifier and TypeInterfaceDescriptioninterfaceAn object identified using image-based recognition.
- 
Uses of TestObject in com.hp.lft.sdk.javaSubinterfaces of TestObject in com.hp.lft.sdk.javaModifier and TypeInterfaceDescriptioninterfaceA Java Applet control.interfaceA Java button.interfaceA Java calendar.interfaceA Java check box.interfaceA Java Dialog object.interfaceA Java edit box.interfaceA Java control that contains labeled bar items that can be expanded or collapsed by the user.interfaceA Java InternalFrame object.interfaceA Java static text object.interfaceA Java control that displays text with links.interfaceA Java list box with single or multiple selection.interfaceA Java Menu.interfaceA Java radio button.interfaceA Java slider.interfaceA Java spin box object.interfaceA Java tabstrip control containing tabbed panels.interfaceA Java table.interfaceA Java toolbar.interfaceA Java tree.interfaceA JavaFX TreeViewTable.interfaceA standard Java object.interface
- 
Uses of TestObject in com.hp.lft.sdk.mobileSubinterfaces of TestObject in com.hp.lft.sdk.mobileModifier and TypeInterfaceDescriptioninterfaceA mobile application.interfaceA button object in a mobile application.interfaceA calendar control in a mobile application.interfaceA check box object in a mobile application.interfaceA mobile device.interfaceA drop-down object in a mobile application.interfaceAn edit object in a mobile application.interfaceA label in a mobile application.interfaceA page control in a mobile application (Supported on iOS only).interfaceA radio group in a mobile application.interfaceA recycler view object in a mobile application.interfaceA slider object in a mobile application.interfaceA stepper control in a mobile application.interfaceA table object in a mobile application.interfaceA tab strip object in a mobile application.interfaceA toggle object in a mobile application.interfaceA generic object in a mobile application.interfaceA view object in a mobile application.interfaceA web view control in a mobile applicationConstructors in com.hp.lft.sdk.mobile with parameters of type TestObjectModifierConstructorDescriptionMobileReplayException(TestObject testObject) Constructs a new MobileReplayException with the test object on which the replay failed.MobileReplayException(TestObject testObject, int errorCode, String message) Constructs a new MobileReplayException with the test object on which the replay failed, the error code, and the specified detail message.MobileReplayException(TestObject testObject, String message) Constructs a new MobileReplayException with the test object on which the replay failed and the specified detail message.
- 
Uses of TestObject in com.hp.lft.sdk.oracleSubinterfaces of TestObject in com.hp.lft.sdk.oracleModifier and TypeInterfaceDescriptioninterfaceAn Oracle Applications session window.interfaceAn Oracle button.interfaceAn Oracle calendar.interfaceA check box Oracle field.interfaceAn Oracle text field.interfaceAn Oracle flexfield window.interfaceAn Oracle Form window.interfaceAn Oracle poplist (combo box) or list.interfaceAn Oracle window containing a list of values for selection.interfaceAn Oracle Applications sign-on window.interfaceAn Oracle Navigator window.interfaceAn Oracle error or message window.interfaceAn Oracle picklist control.interfaceAn Oracle option (radio button) group.interfaceThe status line and message line at the bottom of an ApplicationSession window.interfaceAn Oracle tabbed region.interfaceAn Oracle Table test objectinterfaceAn Oracle Tree test object
- 
Uses of TestObject in com.hp.lft.sdk.powerbuilderSubinterfaces of TestObject in com.hp.lft.sdk.powerbuilderModifier and TypeInterfaceDescriptioninterfaceA PowerBuilder button.interfaceA PowerBuilder check box.interfaceA PowerBuilder combo box.interfaceA PowerBuilder edit box.interfaceA PowerBuilder list.interfaceA PowerBuilder list-view object.interfaceA PowerBuilder radio button.interfaceA PowerBuilder scroll bar.interfaceA PowerBuilder tab control object.interfaceA PowerBuilder table.interfaceA PowerBuilder toolbar.interfaceA PowerBuilder tree-view object.interfaceA PowerBuilder object.interfaceA PowerBuilder window.
- 
Uses of TestObject in com.hp.lft.sdk.sap.guiSubinterfaces of TestObject in com.hp.lft.sdk.sap.guiModifier and TypeInterfaceDescriptioninterfaceAn APO grid control in a SAP GUI for Windows application.interfaceA button in a SAP GUI for Windows applicationinterfaceA calendar control in a SAP GUI for Windows application.interfaceA checkbox control in a SAP GUI for Windows application.interfaceA combo box in a SAP GUI for Windows application.interfaceAn edit field in a SAP GUI for Windows application.interfaceA text area control in a SAP GUI for Windows application.interfaceAn object in a SAP GUI for Windows application.interfaceA grid control in a SAP GUI for Windows application.interfaceRepresents a SAP GUI for Windows session.interfaceA label control in a SAP GUI for Windows application.interfaceA menubar control in a SAP GUI for Windows application.interfaceAn OK Code box in a SAP GUI for Windows application.interfaceA radio button in a SAP GUI for Windows applicationinterfaceA status bar in a SAP GUI for Windows application.interfaceA tab strip control in a SAP GUI for Windows application.interfaceA table control in a SAP GUI for Windows application.interfaceTableBase<T extends TableCellBase>The base interface for table, grid and APO grid controls in a SAP GUI for Windows application.interfaceA toolbar control in a SAP GUI for Windows application,interfaceA tree control in a SAP GUI for Windows application.interfaceA window or dialog box containing objects in a SAP GUI for Windows application.
- 
Uses of TestObject in com.hp.lft.sdk.sap.ui5Subinterfaces of TestObject in com.hp.lft.sdk.sap.ui5Modifier and TypeInterfaceDescriptioninterfaceAn SAPUI5 accordion object.interfaceAn SAPUI5 button object.interfaceAn SAPUI5 calendar object.interfaceAn SAPUI5 carousel object.interfaceAn SAPUI5 check box object with an ON and OFF state.interfaceAn SAPUI5 date picker object.interfaceAn SAPUI5 DateTimeInput object.interfaceAn SAPUI5 dialog box object.interfaceAn SAPUI5 text edit.interfaceAn SAPUI5 facet filter object.interfaceAn SAPUI5 header object.interfaceAn SAPUI5 label object.interfaceAn SAPUI5 list box object.interfaceAn SAPUI5 menu object.interfaceAn SAPUI5 menu bar object.interfaceAn SAPUI5 navigation bar object.interfaceAn SAPUI5 notification bar.interfaceAn SAPUI5 paginator object.interfaceAn SAPUI5 password edit box object.interfaceAn SAPUI5 radio button.interfaceAn SAPUI5 radio group object.interfaceAn SAPUI5 rating indicator object.interfaceAn SAPUI5 roadmap object.interfaceAn SAPUI5 row repeater object.interfaceAn SAPUI5 table object.interfaceAn SAPUI5 tabstrip control.interfaceAn SAPUI5 tile object.interfaceAn SAPUI5 toggle button object.interfaceAn SAPUI5 tool bar object.interfaceAn SAPUI5 tree object.
- 
Uses of TestObject in com.hp.lft.sdk.stdwinSubinterfaces of TestObject in com.hp.lft.sdk.stdwinModifier and TypeInterfaceDescriptioninterfaceA standard Windows button.interfaceA standard Windows calendar.interfaceA standard Windows check box.interfaceA standard Windows combo box.interfaceA standard Windows dialog box.interfaceA standard Windows edit box.interfaceA standard Windows multi-line editor.interfaceA standard Windows list.interfaceA standard Windows list-view object.interfaceA standard Windows menu.interfaceA standard Windows radio button.interfaceA standard Windows scroll bar.interfaceA standard Windows spin box.interfaceA standard Windows static text object.interfaceA standard Windows status bar.interfaceA standard Windows tab control in a dialog box.interfaceA standard Windows toolbar.interfaceA standard Windows tree-view object.interfaceA standard Windows object.interfaceA standard Windows window.
- 
Uses of TestObject in com.hp.lft.sdk.teSubinterfaces of TestObject in com.hp.lft.sdk.teModifier and TypeInterfaceDescriptioninterfaceA terminal emulator field that fully supports HLLAPI.interfaceA terminal emulator screen that fully supports HLLAPI.interfaceA terminal emulator screen that uses text-only HLLAPI or does not support HLLAPI.interfaceA terminal emulator window.Constructors in com.hp.lft.sdk.te with parameters of type TestObjectModifierConstructorDescriptionErrorFieldProtectedException(TestObject testObject, int errorCode, String message) Constructs a new ErrorFieldProtectedException with the test object the specified detail message and error code.ErrorFieldProtectedException(TestObject testObject, String message) Constructs a new ErrorFieldProtectedException with the test object.HllapiNotFoundException(TestObject testObject, int errorCode, String message) Constructs a new HllapiNotFoundException with the test object the specified detail message and error code.HllapiNotFoundException(TestObject testObject, String message) Constructs a new HllapiNotFoundException with the test object.HllapiOperationNotSupportedException(TestObject testObject, int errorCode, String message) Constructs a new HllapiOperationNotSupportedException with the test object the specified detail message and error code.HllapiOperationNotSupportedException(TestObject testObject, String message) Constructs a new HllapiOperationNotSupportedException with the test object.IllegalOperationException(TestObject testObject, int errorCode, String message) Constructs a new IllegalOperationException with the test object the specified detail message and error code.IllegalOperationException(TestObject testObject, String message) Constructs a new IllegalOperationException with the test object.ItemNotFoundException(TestObject testObject, int errorCode, String message) Constructs a new ItemNotFoundException with the test object the specified detail message and error code.ItemNotFoundException(TestObject testObject, String message) Constructs a new ItemNotFoundException with the test objectNoConnectionException(TestObject testObject, int errorCode, String message) Constructs a new NoConnectionException with the test object the specified detail message and error code.NoConnectionException(TestObject testObject, String message) Constructs a new NoConnectionException with the test objectOutOfRangeException(TestObject testObject, int errorCode, String message) Constructs a new OutOfRangeException with the test object and the specified detail message and error code.OutOfRangeException(TestObject testObject, String message) Constructs a new OutOfRangeException with the test objectRuleNotFoundException(TestObject testObject, int errorCode, String message) Constructs a new RuleNotFoundException with the test object the specified detail message and error code.RuleNotFoundException(TestObject testObject, String message) Constructs a new RuleNotFoundException with the test objectTextTooLongException(TestObject testObject, int errorCode, String message) Constructs a new TextTooLongException with the test object the specified detail message and error code.TextTooLongException(TestObject testObject, String message) Constructs a new TextTooLongException with the test objectUndefinedKeyCombinationException(TestObject testObject, int errorCode, String message) Constructs a new UndefinedKeyCombinationException with the test object the specified detail message and error code.UndefinedKeyCombinationException(TestObject testObject, String message) Constructs a new UndefinedKeyCombinationException with the test object
- 
Uses of TestObject in com.hp.lft.sdk.uiaproSubinterfaces of TestObject in com.hp.lft.sdk.uiaproModifier and TypeInterfaceDescriptioninterfaceA UIAPro AppBar.interfaceA UIAPro Button.interfaceA UIAPro Calendar.interfaceA UIAPro CheckBox.interfaceA UIAPro ComboBox.interfaceA UIAPro Document.interfaceA UIAPro Edit.interfaceA UIAPro Grid.interfaceA UIAPro GridItem.interfaceA UIAPro Group.interfaceA UIAPro Header.interfaceA UIAPro HeaderItem.interfaceA UIAPro Image.interfaceA UIAPro Link.interfaceA UIAPro List.interfaceA UIAPro ListItem.interfaceA UIAPro Menu.interfaceA UIAPro MenuBar.interfaceA UIAPro MenuItem.interfaceA UIAPro Pane.interfaceA UIAPro ProgressBar.interfaceA UIAPro RadioButton.interfaceA UIAPro ScrollBar.interfaceA UIAPro SemanticZoom.interfaceA UIAPro Separator.interfaceA UIAPro Slider.interfaceA UIAPro Spinner.interfaceA UIAPro SplitButton.interfaceA UIAPro StatusBar.interfaceA UIAPro TabControl.interfaceA UIAPro TabItem.interfaceA UIAPro Table.interfaceA UIAPro Text.interfaceA UIAPro Thumb.interfaceA UIAPro TitleBar.interfaceA UIAPro ToolBar.interfaceA UIAPro ToolTip.interfaceA UIAPro TreeView.interfaceA UIAPro TreeViewItem.interfaceA standard UIAPro object.interfaceBase interface of all UIAPro test objectsinterfaceA UIAPro window.
- 
Uses of TestObject in com.hp.lft.sdk.webSubinterfaces of TestObject in com.hp.lft.sdk.webModifier and TypeInterfaceDescriptioninterfaceAn AgGrid table.interfaceA section of an image on a Web page (usually a section of a client-side image map).interfaceA Web control that plays audio embedded in an HTML page.interfaceA tab in an open Web browser.interfaceA Web button, for example: <button> tag or <input type="button">
 Examples of button types: submit, resetinterfaceA Web check box with an ON and OFF state.interfaceA Web edit box.interfaceA Web edit box with an attached browse button. Used to select a file from the File dialog box.interfaceA Web frame object that represents both the frame element in a frame set and an embedded frame that uses the frame element.interfaceGridBase<T extends TableRowBase>Base interface for Web grid test objects.interfaceA Web image element in the HTML.
 Examples:
 <img src= myImage.png />
 an image link that, when clicked, navigates to another URL
 DOM structure example:
 <a href= http://www.google.com >
 <img src= googleLogo.png />
 </a>interfaceA Web hyperlink (or anchor) object.interfaceA Web drop-down box or multiple selection list.interfaceA menu control in a Web page or application.interfaceIf a browser does not support this field, an edit field is used instead.interfaceAn HTML page.interfaceA set of Web radio buttons belonging to the same group.interfaceIf a browser does not support this slider, an edit field is used instead.interfaceA Web table containing a variable number of rows and columns.interfaceA tab strip control in a Web page or application.interfaceA Web TreeView objectinterfaceA UiGrid table.interfaceA Web control that plays video embedded in an HTML page.interfaceA basic Web element's description.Methods in com.hp.lft.sdk.web with type parameters of type TestObjectModifier and TypeMethodDescription<TChild extends TestObject>
 TChildTableCell.findChildren(Class<TChild> type) Returns a specified child according to its type.<TChild extends TestObject>
 TChildTableCell.findChildren(Class<TChild> type, int index) Returns a child test object from this cell according to its type and index.<TChild extends TestObject>
 intTableCell.getNumberOfChildrenWithType(Class<TChild> type) Returns the number of child test objects that have the specified type.
- 
Uses of TestObject in com.hp.lft.sdk.winformsSubinterfaces of TestObject in com.hp.lft.sdk.winformsModifier and TypeInterfaceDescriptioninterfaceA .NET Windows Forms button object.interfaceA DateTimePicker or a Month Calendar .NET Windows Forms calendar object.interfaceA .NET Windows Forms check box.interfaceA .NET Windows Forms combo box.interfaceA .NET Windows Forms edit box.interfaceA .NET Windows Forms multi-line edit box.interfaceA .NET Windows Forms static text object.interfaceA .NET Windows Forms list.interfaceA .NET Windows Forms list-view object.interfaceA property grid control based on the .NET Windows Forms library.interfaceA .NET Windows Forms radio button.interfaceA .NET Windows Forms scroll bar.interfaceA .NET Windows Forms spin object.interfaceA .NET Windows Forms status bar object.interfaceA .NET Windows Forms tab control.interfaceA .NET Windows Forms grid object.interfaceA .NET Windows Forms toolbar.interfaceA .NET Windows Forms tree-view object.interfaceA .NET Windows Forms object.interfaceA .NET Windows Forms window.
- 
Uses of TestObject in com.hp.lft.sdk.wpfSubinterfaces of TestObject in com.hp.lft.sdk.wpfModifier and TypeInterfaceDescriptioninterfaceA .NET WPF button control.interfaceA calendar or a date picker .NET WPF object.interfaceA .NET WPF check box.interfaceA .NET WPF combo boxinterfaceA .NET WPF Edit Field box.interfaceA .NET WPF image control.interfaceA .NET WPF hyperlink control.interfaceA .NET WPF list object.interfaceA .NET WPF menu object.interfaceA .NET WPF progress bar object.interfaceA .NET WPF radio button object.interfaceA .NET WPF scroll bar object.interfaceA .NET WPF slider object.interfaceA .NET WPF status bar object.interfaceA .NET WPF grid object.interfaceA .NET WPF tab strip object.interfaceA .NET WPF toolbar object.interfaceA .NET WPF tree-view object.interfaceA standard .NET WPF object.interfaceA WPF window.