Package com.hp.lft.sdk.winforms
Class PropertyGridDescription.Init<T extends PropertyGridDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.winforms.UiObjectDescriptionBase.Init<T>
com.hp.lft.sdk.winforms.PropertyGridDescription.Init<T>
- Direct Known Subclasses:
PropertyGridDescription.Builder
- Enclosing class:
- PropertyGridDescription
protected abstract static class PropertyGridDescription.Init<T extends PropertyGridDescription.Init<T>>
extends UiObjectDescriptionBase.Init<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachedText
(StringProperty attachedText) Initializes the static text that is attached to this object.attachedText
(String attachedText) Initializes the static text that is attached to this object.build()
Returns the built description instance (builder pattern).Methods inherited from class com.hp.lft.sdk.winforms.UiObjectDescriptionBase.Init
absoluteLocation, absoluteLocation, absoluteLocation, childWindow, enabled, focused, fullNamePath, fullNamePath, fullType, fullType, location, location, location, nativeClass, nativeClass, objectName, objectName, ownedWindow, size, size, size, text, text, visible, windowClassRegExp, windowClassRegExp, windowId, windowTitleRegExp, windowTitleRegExp
Methods inherited from class com.hp.lft.sdk.DescriptionBase.Init
index, objectProperties, self, vri, vri
-
Constructor Details
-
Init
protected Init()
-
-
Method Details
-
build
Description copied from class:DescriptionBase.Init
Returns the built description instance (builder pattern).- Overrides:
build
in classDescriptionBase.Init<T extends PropertyGridDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
attachedText
Initializes the static text that is attached to this object.- Parameters:
attachedText
- aStringProperty
orRegExpProperty
- Returns:
- the description instance with the update state (builder pattern)
-
attachedText
Initializes the static text that is attached to this object.- Parameters:
attachedText
- the static text- Returns:
- the description instance with the update state (builder pattern)
-