Package com.hp.lft.sdk.java
Class SpinBoxDescription.Init<T extends SpinBoxDescription.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.SpinBoxDescription.Init<T>
- Direct Known Subclasses:
SpinBoxDescription.Builder
- Enclosing class:
- SpinBoxDescription
protected abstract static class SpinBoxDescription.Init<T extends SpinBoxDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for SpinBoxDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the built description instance (builder pattern).maximum
(StringProperty max) Initializes the maximum value of the spin box.Initializes the maximum value of the spin box.minimum
(StringProperty min) Initializes the minimum value of the spin box.Initializes the minimum value of the spin box.value
(StringProperty value) Initializes the spin box value.Initializes the spin box value.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, wrapped
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 SpinBoxDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
value
Initializes the spin box value.- Parameters:
value
- aStringProperty
orRegExpProperty
representing the spin box value.- Returns:
- the description instance with the updated state (builder pattern).
-
value
Initializes the spin box value.- Parameters:
value
- the spin box value.- Returns:
- the description instance with the updated state (builder pattern).
-
maximum
Initializes the maximum value of the spin box.- Parameters:
max
- aStringProperty
orRegExpProperty
representing the maximum value of the spin box.- Returns:
- the description instance with the updated state (builder pattern).
-
maximum
Initializes the maximum value of the spin box.- Parameters:
max
- the maximum value of the spin box.- Returns:
- the description instance with the updated state (builder pattern).
-
minimum
Initializes the minimum value of the spin box.- Parameters:
min
- aStringProperty
orRegExpProperty
representing the minimum value of the spin box.- Returns:
- the description instance with the updated state (builder pattern).
-
minimum
Initializes the minimum value of the spin box.- Parameters:
min
- the minimum value of the spin box.- Returns:
- the description instance with the updated state (builder pattern).
-