Package com.hp.lft.sdk.wpf
Class ListDescription.Init<T extends ListDescription.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.ListDescription.Init<T>
- Direct Known Subclasses:
- ListDescription.Builder
- Enclosing class:
- ListDescription
protected abstract static class ListDescription.Init<T extends ListDescription.Init<T>>
extends UiObjectDescriptionBase.Init<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).helpText(StringProperty helpText) Initializes the help text associated with this object.Initializes help text associated with this object.Initializes the list of all items in the list object.name(StringProperty name) Initializes the name of this object.Initializes the name of this object.parentText(StringProperty parentText) Initializes text associated with the parent object of this object.parentText(String parentText) Initializes the text associated with the parent object of this object.selectedItems(String[] selectedItems) Initializes the list of items that are selected in the list object.selectMultiple(Boolean isSelectMultiple) Initializes whether the container allows more than one child element to be selected concurrently.Methods inherited from class com.hp.lft.sdk.wpf.UiObjectDescriptionBase.InitabsoluteLocation, 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, windowTitleRegExpMethods 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).
 
- 
selectMultipleInitializes whether the container allows more than one child element to be selected concurrently.- Parameters:
- isSelectMultiple- whether the container allows more than one child element to be selected concurrently.
- Returns:
- the description instance with the update state (builder pattern)
 
- 
parentTextInitializes text associated with the parent object of this object.- Parameters:
- parentText- a StringProperty or RegExpProperty
- Returns:
- the description instance with the update state (builder pattern)
 
- 
parentTextInitializes the text associated with the parent object of this object.- Parameters:
- parentText- the text to associate with the parent object
- Returns:
- the description instance with the update state (builder pattern)
 
- 
nameInitializes the name of this object.- Parameters:
- name- a StringProperty(or RegExpProperty) representing the text associated with the name of the object.
- Returns:
- the description instance with the update state (builder pattern)
 
- 
nameInitializes the name of this object.- Parameters:
- name- the name of this object
- Returns:
- the description instance with the update state (builder pattern)
 
- 
helpTextInitializes the help text associated with this object.- Parameters:
- helpText- a- StringPropertyor- RegExpProperty
- Returns:
- the description instance with the update state (builder pattern)
 
- 
helpTextInitializes help text associated with this object.- Parameters:
- helpText- the help text associated with the this object
- Returns:
- the description instance with the update state (builder pattern)
 
- 
itemsInitializes the list of all items in the list object.- Parameters:
- items- the list of all items in the list object.
- Returns:
- the description instance with the update state (builder pattern)
 
- 
selectedItemsInitializes the list of items that are selected in the list object.- Parameters:
- selectedItems- the list of items that are selected in the list object.
- Returns:
- the description instance with the update state (builder pattern)
 
 
-