Package com.hp.lft.sdk.powerbuilder
Class ListBoxDescription.Init<T extends ListBoxDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.powerbuilder.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.powerbuilder.UiObjectWithLayoutInfoDescription.Init<T>
com.hp.lft.sdk.powerbuilder.ListBoxDescription.Init<T>
- Direct Known Subclasses:
ListBoxDescription.Builder
,ListViewDescription.Init
- Enclosing class:
- ListBoxDescription
protected abstract static class ListBoxDescription.Init<T extends ListBoxDescription.Init<T>>
extends UiObjectWithLayoutInfoDescription.Init<T>
Helper class for ListBoxDescription.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the built description instance (builder pattern).Initializes the items in the list.itemsCount
(Integer count) Initializes the number of items in the list.selectedItems
(String[] selectedItems) Initializes the selected items in the list.Methods inherited from class com.hp.lft.sdk.powerbuilder.UiObjectWithLayoutInfoDescription.Init
rightAligned, rightToLeftLayout, rightToLeftReading
Methods inherited from class com.hp.lft.sdk.powerbuilder.UiObjectBaseDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, attachedText, attachedText, enabled, focused, location, location, location, nativeClass, nativeClass, objectName, objectName, size, size, size, text, text, visible, windowClassRegExp, windowClassRegExp, windowExtendedStyle, windowId, windowStyle, windowTitleRegExp, windowTitleRegExp
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 ListBoxDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
items
Initializes the items in the list.- Parameters:
items
- the items in the list.- Returns:
- the description instance with the update state (builder pattern).
-
selectedItems
Initializes the selected items in the list.- Parameters:
selectedItems
- the selected items in the list.- Returns:
- the description instance with the update state (builder pattern).
-
itemsCount
Initializes the number of items in the list.- Parameters:
count
- the number of items in the list.- Returns:
- the description instance with the update state (builder pattern).
-