Package com.hp.lft.sdk.oracle
Class ListDescription.Init<T extends ListDescription.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.ListDescription.Init<T>
- Direct Known Subclasses:
- ListDescription.Builder
- Enclosing class:
- ListDescription
protected abstract static class ListDescription.Init<T extends ListDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for ListDescription.Builder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).caption(StringProperty caption) Initializes the list's caption.Initializes the list's caption.classPath(StringProperty classPath) Initializes the list's classPath.Initializes the list's classPath.Indicates whether the object is enable.objectDescription(StringProperty objectDescription) Initializes the list's objectDescription.objectDescription(String objectDescription) Initializes the list's objectDescription.objectName(StringProperty objectName) Initializes the list's objectName.objectName(String objectName) Initializes the list's objectName.selectedIndex(Integer selectedIndex) Initializes the list's selectedIndex.selectedItem(StringProperty selectedItem) Initializes the list's selectedItem.selectedItem(String selectedItem) Initializes the list's selectedItem.tooltipText(StringProperty tooltipText) Initializes the list's tooltipText.tooltipText(String tooltipText) Initializes the list's tooltipText.Methods inherited from class com.hp.lft.sdk.oracle.UiObjectBaseDescription.InitabsoluteLocation, absoluteLocation, absoluteLocation, location, location, location, objectType, objectType, size, size, sizeMethods inherited from class com.hp.lft.sdk.DescriptionBase.Initindex, objectProperties, self, vri, vri
- 
Constructor Details- 
Initprotected Init()
 
- 
- 
Method Details- 
buildDescription copied from class:DescriptionBase.InitReturns the built description instance (builder pattern).- Overrides:
- buildin class- DescriptionBase.Init<T extends ListDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
selectedIndexInitializes the list's selectedIndex.- Parameters:
- selectedIndex- the index of the selected item.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
selectedItemInitializes the list's selectedItem.- Parameters:
- selectedItem- the value of the selected item.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
selectedItemInitializes the list's selectedItem.- Parameters:
- selectedItem- the value of the selected item.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
classPathInitializes the list's classPath.- Parameters:
- classPath- the hierarchy of the object's Oracle class.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
classPathInitializes the list's classPath.- Parameters:
- classPath- the hierarchy of the object's Oracle class.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
enabledIndicates whether the object is enable.- Parameters:
- enabled- true to set as enabled.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
objectDescriptionInitializes the list'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).
 
- 
objectDescriptionInitializes the list'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).
 
- 
objectNameInitializes the list'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).
 
- 
objectNameInitializes the list'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).
 
- 
tooltipTextInitializes the list's tooltipText.- Parameters:
- tooltipText- the text displayed in the object's tooltip.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
tooltipTextInitializes the list's tooltipText.- Parameters:
- tooltipText- the text displayed in the object's tooltip.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
captionInitializes the list's caption.- Parameters:
- caption- the caption of the object.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
captionInitializes the list's caption.- Parameters:
- caption- the caption of the object.
- Returns:
- the description instance with the update state (builder pattern).
 
 
-