Package com.hp.lft.sdk.web
Class TreeViewDescription.Builder
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.web.WebBaseDescription.Init<T>
com.hp.lft.sdk.web.WebElementDescription.Init<T>
com.hp.lft.sdk.web.TreeViewDescription.Init<TreeViewDescription.Builder>
com.hp.lft.sdk.web.TreeViewDescription.Builder
- Enclosing class:
- TreeViewDescription
public static class TreeViewDescription.Builder
extends TreeViewDescription.Init<TreeViewDescription.Builder>
This class can be used to construct an instance of the TreeViewDescription class using the builder pattern.
Usage example: TreeViewDescription description = new TreeViewDescription.Builder().selectedNode("some path to a node").build();
Usage example: TreeViewDescription description = new TreeViewDescription.Builder().selectedNode("some path to a node").build();
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hp.lft.sdk.web.TreeViewDescription.Init
build, firstNode, firstNode, selectedNodePath, selectedNodePathMethods inherited from class com.hp.lft.sdk.web.WebElementDescription.Init
accessibilityName, accessibilityName, cssSelector, cssSelector, role, role, xpath, xpathMethods inherited from class com.hp.lft.sdk.web.WebBaseDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, attribute, attribute, attributes, className, className, id, id, innerHTML, innerHTML, innerText, innerText, location, location, location, name, name, outerHTML, outerHTML, outerText, outerText, size, size, size, style, style, styles, tagName, tagName, title, title, visibleMethods inherited from class com.hp.lft.sdk.DescriptionBase.Init
index, objectProperties, vri, vri
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classDescriptionBase.Init<TreeViewDescription.Builder>
-