Table of Contents

Class TreeViewDescription

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

The description of a Java Tree test object.

public class TreeViewDescription : UiObjectBaseDescription, ICloneable, IDescription
Inheritance
TreeViewDescription
Implements
Inherited Members

Constructors

TreeViewDescription()

public TreeViewDescription()

Properties

ColumnsCount

The number of columns in the tree.

public int? ColumnsCount { get; set; }

Property Value

int?

SelectedNodes

The selected nodes in the tree.

public string[] SelectedNodes { get; set; }

Property Value

string[]

VisibleNodesCount

The number of visible nodes.

public int? VisibleNodesCount { get; set; }

Property Value

int?