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 SummaryConstructors
- 
Method SummaryModifier 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.InitrightAligned, rightToLeftLayout, rightToLeftReadingMethods inherited from class com.hp.lft.sdk.powerbuilder.UiObjectBaseDescription.InitabsoluteLocation, 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, 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 ListBoxDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
itemsInitializes the items in the list.- Parameters:
- items- the items in the list.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
selectedItemsInitializes the selected items in the list.- Parameters:
- selectedItems- the selected items in the list.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
itemsCountInitializes 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).
 
 
-