Package com.hp.lft.sdk.oracle
Class FormWindowDescription.Builder
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.oracle.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.oracle.UiFormBaseDescription.Init<T>
com.hp.lft.sdk.oracle.FormWindowDescription.Init<FormWindowDescription.Builder>
com.hp.lft.sdk.oracle.FormWindowDescription.Builder
- Enclosing class:
- FormWindowDescription
public static class FormWindowDescription.Builder
extends FormWindowDescription.Init<FormWindowDescription.Builder>
This class can be used to construct an instance of the FormWindowDescription class using the builder pattern.
Usage example: FormWindowDescription description = new FormWindowDescription.Builder().shortTitle("some shortTitle").build();
Usage example: FormWindowDescription description = new FormWindowDescription.Builder().shortTitle("some shortTitle").build();
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hp.lft.sdk.oracle.FormWindowDescription.Init
build, classPath, classPath, enabled, shortTitle, shortTitle
Methods inherited from class com.hp.lft.sdk.oracle.UiFormBaseDescription.Init
title, title
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<FormWindowDescription.Builder>
-