C# Syntax
public class TreeViewTableDescription : UiObjectBaseDescription, HP.LFT.SDK.IDescription
System.Object
HP.LFT.SDK.PropertiesDescription
HP.LFT.SDK.Description
HP.LFT.SDK.Java.UiObjectBaseDescription
HP.LFT.SDK.Java.TreeViewTableDescription
Name | Description | |
---|---|---|
![]() | TreeViewTableDescription Constructor |
Name | Description | |
---|---|---|
![]() | AbsoluteLocation | The object's coordinates relative to the screen, in pixels. 0,0 is the top-left corner of the primary monitor. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | AttachedText | The static text attached to the object. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | BackgroundColor | The object's background color. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | ColumnHeaders | The collection of column headers in the tree table. C# Syntax public string[] ColumnHeaders {get; set;} |
![]() | ColumnsCount | The number of columns in the tree table. C# Syntax public Nullable<int> ColumnsCount {get; set;} |
![]() | ForegroundColor | The object's foreground color. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | Index | The 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description ) |
![]() | IsEnabled | Indicates whether this object is enabled. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | IsFocused | Indicates whether this object has the focus. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | IsVisible | Indicates whether this object is visible. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | IsWrapped | Indicates whether this object is wrapped. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | Label | The object's label. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | Location | The object's coordinates relative to the parent window, in pixels. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | NativeClass | The object's Java class name. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | ObjectName | The ObjectName property of the test object description. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | ObjectProperties | The concrete test object properties, including custom properties created by the developer of the object. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | Path | The object's hierarchy (object ancestors). (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | RowsCount | The number of rows in the tree table. C# Syntax public Nullable<int> RowsCount {get; set;} |
![]() | SelectedNodes | The selected nodes in the tree table. C# Syntax public string[] SelectedNodes {get; set;} |
![]() | Size | The object's size in pixels. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | TagName | The object's Java name. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription ) |
![]() | Vri | Distinguishes 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 ) |
Name | Description | |
---|---|---|
![]() | Clone | Creates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription ) |