Package com.hp.lft.sdk.oracle
Class ListOfValuesDescription.Init<T extends ListOfValuesDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.oracle.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.oracle.ListOfValuesDescription.Init<T>
- Direct Known Subclasses:
ListOfValuesDescription.Builder
- Enclosing class:
- ListOfValuesDescription
protected abstract static class ListOfValuesDescription.Init<T extends ListOfValuesDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for ListOfValuesDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the built description instance (builder pattern).choicesNumber
(Integer choicesNumber) Initializes the list of values's choicesNumber.classPath
(StringProperty classPath) Initializes the list of values's classPath.Initializes the list of values's classPath.Indicates whether the object is enable.Initializes the list of values's items.title
(StringProperty title) Initializes the list of values's title.Initializes the list of values's title.Methods inherited from class com.hp.lft.sdk.oracle.UiObjectBaseDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, location, location, location, objectType, objectType, size, size, size
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 ListOfValuesDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
items
Initializes the list of values's items.- Parameters:
items
- the content of the object window.- Returns:
- the description instance with the update state (builder pattern)
-
choicesNumber
Initializes the list of values's choicesNumber.- Parameters:
choicesNumber
- the number of available choices (taking into account the active filter).- Returns:
- the description instance with the update state (builder pattern).
-
title
Initializes the list of values's title.- Parameters:
title
- the window title.- Returns:
- the description instance with the update state (builder pattern).
-
title
Initializes the list of values's title.- Parameters:
title
- the window title.- Returns:
- the description instance with the update state (builder pattern).
-
classPath
Initializes the list of values's classPath.- Parameters:
classPath
- the hierarchy of the object's Oracle class.- Returns:
- the description instance with the update state (builder pattern).
-
classPath
Initializes the list of values's classPath.- Parameters:
classPath
- the hierarchy of the object's Oracle class.- Returns:
- the description instance with the update state (builder pattern).
-
enabled
Indicates whether the object is enable.- Parameters:
enabled
- true to set as enabled.- Returns:
- the description instance with the update state (builder pattern).
-