Table of Contents

Class TreeViewDescription

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

The description of an SAPUI5 TreeView test object.

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

Constructors

TreeViewDescription()

public TreeViewDescription()

Properties

IsEnabled

Indicates whether the object is enabled.

public bool? IsEnabled { get; set; }

Property Value

bool?

SelectedNode

The path of the selected node.

public StringProperty SelectedNode { get; set; }

Property Value

StringProperty

VisibleNodes

The semicolon-delimited list of visible nodes in the tree.

public string[] VisibleNodes { get; set; }

Property Value

string[]