Package com.hp.lft.sdk.wpf
Class WindowDescription.Init<T extends WindowDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.wpf.UiObjectDescriptionBase.Init<T>
com.hp.lft.sdk.wpf.WindowDescription.Init<T>
- Direct Known Subclasses:
- WindowDescription.Builder
- Enclosing class:
- WindowDescription
protected abstract static class WindowDescription.Init<T extends WindowDescription.Init<T>>
extends UiObjectDescriptionBase.Init<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).Indicates whether the object is the window is modal.parentText(StringProperty parentText) Initializes text associated with the parent object of this object.parentText(String parentText) Initializes the text associated with the parent object of this object.Methods inherited from class com.hp.lft.sdk.wpf.UiObjectDescriptionBase.InitabsoluteLocation, absoluteLocation, absoluteLocation, attachedText, attachedText, canFocus, enabled, focused, fullNamePath, fullNamePath, fullType, fullType, location, location, location, nativeClass, nativeClass, objectName, objectName, size, size, size, text, text, visible, windowTitleRegExp, windowTitleRegExpMethods 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- DescriptionBase.Init<T extends WindowDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
modalIndicates whether the object is the window is modal.- Parameters:
- isModal- whether the object is the modal object
- Returns:
- the description instance with the update state (builder pattern)
 
- 
parentTextInitializes text associated with the parent object of this object.- Parameters:
- parentText- a StringProperty or RegExpProperty
- Returns:
- the description instance with the update state (builder pattern)
 
- 
parentTextInitializes the text associated with the parent object of this object.- Parameters:
- parentText- the text to associate with the parent object
- Returns:
- the description instance with the update state (builder pattern)
 
 
-