Class TreeViewDescription
The description of an SAPUI5 TreeView test object.
Inheritance
TreeViewDescription
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class TreeViewDescription : WebElementDescription, ICloneable, IDescription
Constructors
TreeViewDescription()
Declaration
public TreeViewDescription()
Properties
IsEnabled
Indicates whether the object is enabled.
Declaration
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SelectedNode
The path of the selected node.
Declaration
public StringProperty SelectedNode { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
VisibleNodes
The semicolon-delimited list of visible nodes in the tree.
Declaration
public string[] VisibleNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |