UiObjectBaseDescription Class
The base description of all Java test objects.

C# Syntax

public class UiObjectBaseDescription : HP.LFT.SDK.Description, HP.LFT.SDK.IDescription  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Description
         HP.LFT.SDK.Java.UiObjectBaseDescription
            HP.LFT.SDK.Java.AppletDescription
            HP.LFT.SDK.Java.ButtonDescription
            HP.LFT.SDK.Java.CalendarDescription
            HP.LFT.SDK.Java.CheckBoxDescription
            HP.LFT.SDK.Java.EditorDescription
            HP.LFT.SDK.Java.ExpandBarDescription
            HP.LFT.SDK.Java.LabelDescription
            HP.LFT.SDK.Java.LinkDescription
            HP.LFT.SDK.Java.ListDescription
            HP.LFT.SDK.Java.MenuDescription
            HP.LFT.SDK.Java.RadioButtonDescription
            HP.LFT.SDK.Java.SliderDescription
            HP.LFT.SDK.Java.SpinBoxDescription
            HP.LFT.SDK.Java.TabControlDescription
            HP.LFT.SDK.Java.TableDescription
            HP.LFT.SDK.Java.ToolBarDescription
            HP.LFT.SDK.Java.TreeViewDescription
            HP.LFT.SDK.Java.UiObjectDescription
            HP.LFT.SDK.Java.WindowDescription

Protected Constructors
 NameDescription
Protected ConstructorUiObjectBaseDescription ConstructorInitializes a new instance of the UiObjectBaseDescription class.  
Top
Public Properties
 NameDescription
Public PropertyAbsoluteLocationThe object's coordinates relative to the screen, in pixels. 0,0 is the top-left corner of the primary monitor.  
Public PropertyAttachedTextThe static text attached to the object.  
Public PropertyBackgroundColorThe object's background color.  
Public PropertyForegroundColorThe object's foreground color.  
Public PropertyIndexThe 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description )
Public PropertyIsEnabledIndicates whether this object is enabled.  
Public PropertyIsFocusedIndicates whether this object has the focus.  
Public PropertyIsVisibleIndicates whether this object is visible.  
Public PropertyIsWrappedIndicates whether this object is wrapped.  
Public PropertyLabelThe object's label.  
Public PropertyLocationThe object's coordinates relative to the parent window, in pixels.  
Public PropertyNativeClassThe object's Java class name.  
Public PropertyObjectNameThe ObjectName property of the test object description.  
Public PropertyObjectProperties
The concrete test object properties, including custom properties created by the developer of the object.

C# Syntax

public IDictionary<string,object> ObjectProperties {get; set;}
Public PropertyPathThe object's hierarchy (object ancestors).  
Public PropertySizeThe object's size in pixels.  
Public PropertyTagNameThe object's Java name.  
Public PropertyVriDistinguishes this object from other objects with otherwise identical descriptions, based on this object's visual relationship to another object in the application. (Inherited from HP.LFT.SDK.Description )
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top