Package com.hp.lft.sdk.java
Class LabelDescription.Init<T extends LabelDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.java.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.java.LabelDescription.Init<T>
- Direct Known Subclasses:
LabelDescription.Builder
- Enclosing class:
- LabelDescription
protected abstract static class LabelDescription.Init<T extends LabelDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for LabelDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).text(StringProperty text) Initializes the object's text.Initializes the object's text.Methods inherited from class com.hp.lft.sdk.java.UiObjectBaseDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, attachedText, attachedText, backgroundColor, backgroundColor, enabled, focused, foregroundColor, foregroundColor, label, label, location, location, location, nativeClass, nativeClass, objectName, objectName, path, path, size, size, size, tagName, tagName, visible, wrappedMethods 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.InitReturns the built description instance (builder pattern).- Overrides:
buildin classDescriptionBase.Init<T extends LabelDescription.Init<T>>- Returns:
- The built description instance (builder pattern).
-
text
Initializes the object's text.- Parameters:
text- aStringPropertyorRegExpProperty.- Returns:
- the description instance with the update state (builder pattern).
-
text
Initializes the object's text.- Parameters:
text- the object's text.- Returns:
- the description instance with the update state (builder pattern).
-