Table of Contents

Interface ITreeView

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

An SAPUI5 tree object.

public interface ITreeView : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Inherited Members
Extension Methods

Properties

SelectedNode

The title of the selected node.

string SelectedNode { get; }

Property Value

string

VisibleNodes

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

ReadOnlyCollection<string> VisibleNodes { get; }

Property Value

ReadOnlyCollection<string>

Methods

Activate(string)

Activates a node in the tree.

void Activate(string path)

Parameters

path string

The path of the tree node to activate.

Collapse(string)

Collapses a node in the tree.

void Collapse(string path)

Parameters

path string

The path of the tree node to collapse.

Expand(string)

Expands a node in the tree.

void Expand(string path)

Parameters

path string

The path of the tree node to expand.

Select(string)

Selects a node in the tree.

void Select(string path)

Parameters

path string

The path of the tree node to select.