Class TreeViewTableDescription
The description of a Java TreeViewTable test object (for JavaFX only).
Inheritance
TreeViewTableDescription
Inherited Members
Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public class TreeViewTableDescription : UiObjectBaseDescription, ICloneable, IDescription
Constructors
TreeViewTableDescription()
Declaration
public TreeViewTableDescription()
Properties
ColumnHeaders
The collection of column headers in the table.
Declaration
public string[] ColumnHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
ColumnsCount
The number of columns in the table.
Declaration
public int? ColumnsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
RowsCount
The number of rows in the table.
Declaration
public int? RowsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SelectedNodes
The selected nodes in the tree.
Declaration
public string[] SelectedNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |