TreeViewTableDescription Class
The description of a Java TreeViewTable test object.
Note: The JavaTreeTable test object is supported for JavaFX only.

C# Syntax

public class TreeViewTableDescription : UiObjectBaseDescription, 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.TreeViewTableDescription

Public Constructors
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. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyAttachedTextThe static text attached to the object. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyBackgroundColorThe object's background color. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyColumnHeaders
The collection of column headers in the tree table.

C# Syntax

public string[] ColumnHeaders {get; set;}
Public PropertyColumnsCount

The number of columns in the tree table.  

C# Syntax

public Nullable<int> ColumnsCount {get; set;}
Public PropertyForegroundColorThe object's foreground color. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
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. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyIsFocusedIndicates whether this object has the focus. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyIsVisibleIndicates whether this object is visible. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyIsWrappedIndicates whether this object is wrapped. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyLabelThe object's label. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyLocationThe object's coordinates relative to the parent window, in pixels. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyNativeClassThe object's Java class name. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyObjectNameThe ObjectName property of the test object description. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyObjectPropertiesThe concrete test object properties, including custom properties created by the developer of the object. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyPathThe object's hierarchy (object ancestors). (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyRowsCount

The number of rows in the tree table.  

C# Syntax

public Nullable<int> RowsCount {get; set;}
Public PropertySelectedNodes

The selected nodes in the tree table.  

C# Syntax

public string[] SelectedNodes {get; set;}

Public PropertySizeThe object's size in pixels. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyTagNameThe object's Java name. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
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