Package com.hp.lft.sdk.oracle
Class RadioGroupDescription.Init<T extends RadioGroupDescription.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.RadioGroupDescription.Init<T>
- Direct Known Subclasses:
RadioGroupDescription.Builder
- Enclosing class:
- RadioGroupDescription
protected abstract static class RadioGroupDescription.Init<T extends RadioGroupDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for RadioGroupDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the built description instance (builder pattern).caption
(StringProperty caption) Initializes the radio group's caption.Initializes the radio group's caption.classPath
(StringProperty classPath) Initializes the radio group's classPath.Initializes the radio group's classPath.Indicates whether the object is enable.objectDescription
(StringProperty objectDescription) Initializes the radio group's objectDescription.objectDescription
(String objectDescription) Initializes the radio group's objectDescription.objectName
(StringProperty objectName) Initializes the radio group's objectName.objectName
(String objectName) Initializes the radio group's objectName.selectedIndex
(Integer selectedIndex) Initializes the radio group's selectedIndex.selectedItem
(StringProperty selectedItem) Initializes the radio group's selectedItem.selectedItem
(String selectedItem) Initializes the radio group's selectedItem.tooltipText
(StringProperty tooltipText) Initializes the radio group's tooltipText.tooltipText
(String tooltipText) Initializes the radio group's tooltipText.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 RadioGroupDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
selectedIndex
Initializes the radio group's selectedIndex.- Parameters:
selectedIndex
- the index of the selected item.- Returns:
- the description instance with the update state (builder pattern).
-
selectedItem
Initializes the radio group's selectedItem.- Parameters:
selectedItem
- the value of the selected item.- Returns:
- the description instance with the update state (builder pattern).
-
selectedItem
Initializes the radio group's selectedItem.- Parameters:
selectedItem
- the value of the selected item.- Returns:
- the description instance with the update state (builder pattern).
-
classPath
Initializes the radio group'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 radio group'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).
-
objectDescription
Initializes the radio group's objectDescription.- Parameters:
objectDescription
- the accessibility description of the object as specified by the server.- Returns:
- the description instance with the update state (builder pattern).
-
objectDescription
Initializes the radio group's objectDescription.- Parameters:
objectDescription
- the accessibility description of the object as specified by the server.- Returns:
- the description instance with the update state (builder pattern).
-
objectName
Initializes the radio group's objectName.- Parameters:
objectName
- the internal name of the object supplied by the application server.- Returns:
- the description instance with the update state (builder pattern).
-
objectName
Initializes the radio group's objectName.- Parameters:
objectName
- the internal name of the object supplied by the application server.- Returns:
- the description instance with the update state (builder pattern).
-
tooltipText
Initializes the radio group's tooltipText.- Parameters:
tooltipText
- the text displayed in the object's tooltip.- Returns:
- the description instance with the update state (builder pattern).
-
tooltipText
Initializes the radio group's tooltipText.- Parameters:
tooltipText
- the text displayed in the object's tooltip.- Returns:
- the description instance with the update state (builder pattern).
-
caption
Initializes the radio group's caption.- Parameters:
caption
- the caption of the object.- Returns:
- the description instance with the update state (builder pattern).
-
caption
Initializes the radio group's caption.- Parameters:
caption
- the caption of the object.- Returns:
- the description instance with the update state (builder pattern).
-