Class TreeViewDescription
The description of a Java Tree test object.
Inherited Members
Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public class TreeViewDescription : UiObjectBaseDescription, ICloneable, IDescription
Constructors
TreeViewDescription()
Declaration
public TreeViewDescription()
Properties
ColumnsCount
The number of columns in the tree.
Declaration
public int? ColumnsCount { 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[] |
VisibleNodesCount
The number of visible nodes.
Declaration
public int? VisibleNodesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |