Package com.hp.lft.sdk.oracle
Class FormWindowDescription.Init<T extends FormWindowDescription.Init<T>>
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<T>
- Direct Known Subclasses:
- FormWindowDescription.Builder
- Enclosing class:
- FormWindowDescription
protected abstract static class FormWindowDescription.Init<T extends FormWindowDescription.Init<T>>
extends UiFormBaseDescription.Init<T>
Helper class for FormWindowDescription.Builder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).classPath(StringProperty classPath) Initializes the form window's classPath.Initializes the form window's classPath.Indicates whether the object is enable.shortTitle(StringProperty shortTitle) Initializes the form window's short title.shortTitle(String shortTitle) Initializes the form window's short title.Methods inherited from class com.hp.lft.sdk.oracle.UiFormBaseDescription.Inittitle, titleMethods inherited from class com.hp.lft.sdk.oracle.UiObjectBaseDescription.InitabsoluteLocation, absoluteLocation, absoluteLocation, location, location, location, objectType, objectType, size, size, sizeMethods inherited from class com.hp.lft.sdk.DescriptionBase.Initindex, objectProperties, self, vri, vri
- 
Constructor Details- 
Initprotected Init()
 
- 
- 
Method Details- 
buildDescription copied from class:DescriptionBase.InitReturns the built description instance (builder pattern).- Overrides:
- buildin class- UiFormBaseDescription.Init<T extends FormWindowDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
shortTitleInitializes the form window's short title.- Parameters:
- shortTitle- the window short title.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
shortTitleInitializes the form window's short title.- Parameters:
- shortTitle- the window short title.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
classPathInitializes the form window's classPath.- Parameters:
- classPath- the hierarchy of the object's Oracle class.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
classPathInitializes the form window's classPath.- Parameters:
- classPath- the hierarchy of the object's Oracle class.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
enabledIndicates whether the object is enable.- Parameters:
- enabled- true to set as enabled.
- Returns:
- the description instance with the update state (builder pattern).
 
 
-