Package com.hp.lft.sdk.wpf
Class ProgressBarDescription.Init<T extends ProgressBarDescription.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.ProgressBarDescription.Init<T>
- Direct Known Subclasses:
ProgressBarDescription.Builder
- Enclosing class:
- ProgressBarDescription
protected abstract static class ProgressBarDescription.Init<T extends ProgressBarDescription.Init<T>>
extends UiObjectDescriptionBase.Init<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the built description instance (builder pattern).Initializes the current value of the range element.Methods inherited from class com.hp.lft.sdk.wpf.UiObjectDescriptionBase.Init
absoluteLocation, 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, 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 ProgressBarDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
value
Initializes the current value of the range element.- Parameters:
value
- the current value of the range element.- Returns:
- the description instance with the update state (builder pattern)
-