Package com.hp.lft.sdk.powerbuilder
Class ComboBoxDescription.Init<T extends ComboBoxDescription.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.ComboBoxDescription.Init<T>
- Direct Known Subclasses:
- ComboBoxDescription.Builder
- Enclosing class:
- ComboBoxDescription
protected abstract static class ComboBoxDescription.Init<T extends ComboBoxDescription.Init<T>>
extends UiObjectWithLayoutInfoDescription.Init<T>
Helper class for ComboBoxDescription.Builder
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).Initializes the items in the combo box.itemsCount(Integer count) Initializes the number of items in the combo box.selectedItem(StringProperty selectedItem) Initializes the selected item in the combo box.selectedItem(String selectedItem) Initializes the selected item in the combo box.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 ComboBoxDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
itemsInitializes the items in the combo box.- Parameters:
- items- the items in the combo box.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
selectedItemInitializes the selected item in the combo box.- Parameters:
- selectedItem- the selected item in the combo box.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
selectedItemInitializes the selected item in the combo box.- Parameters:
- selectedItem- a StringProperty (or RegExpProperty) representing the selected item in the combo box.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
itemsCountInitializes the number of items in the combo box.- Parameters:
- count- the number of items in the combo box.
- Returns:
- the description instance with the update state (builder pattern).
 
 
-