Interface ITreeView
An SAPUI5 tree object.
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITreeView : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Properties
SelectedNode
The title of the selected node.
Declaration
string SelectedNode { get; }
Property Value
| Type | Description |
|---|---|
| string |
VisibleNodes
The semicolon-delimited list of visible nodes in the tree.
Declaration
ReadOnlyCollection<string> VisibleNodes { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<string> |
Methods
Activate(string)
Activates a node in the tree.
Declaration
void Activate(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path of the tree node to activate. |
Collapse(string)
Collapses a node in the tree.
Declaration
void Collapse(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path of the tree node to collapse. |
Expand(string)
Expands a node in the tree.
Declaration
void Expand(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path of the tree node to expand. |
Select(string)
Selects a node in the tree.
Declaration
void Select(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path of the tree node to select. |