Package com.hp.lft.sdk.oracle
Class TreeViewDescription.Builder
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.oracle.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.oracle.TreeViewDescription.Init<TreeViewDescription.Builder>
com.hp.lft.sdk.oracle.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().selectedItem("some selectedItem").build();
Usage example: TreeViewDescription description = new TreeViewDescription.Builder().selectedItem("some selectedItem").build();
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hp.lft.sdk.oracle.TreeViewDescription.Init
build, caption, caption, classPath, classPath, enabled, objectDescription, objectDescription, objectName, objectName, selectedItem, selectedItem, tooltipText, tooltipText
Methods inherited from class com.hp.lft.sdk.oracle.UiObjectBaseDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, location, location, location, objectType, objectType, size, size, size
Methods inherited from class com.hp.lft.sdk.DescriptionBase.Init
index, objectProperties, vri, vri
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
self
in classDescriptionBase.Init<TreeViewDescription.Builder>
-