Package com.hp.lft.sdk.powerbuilder
Class ListBoxDescription
java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
com.hp.lft.sdk.PropertiesDescription
com.hp.lft.sdk.DescriptionBase
com.hp.lft.sdk.powerbuilder.UiObjectBaseDescription
com.hp.lft.sdk.powerbuilder.UiObjectWithLayoutInfoDescription
com.hp.lft.sdk.powerbuilder.ListBoxDescription
- All Implemented Interfaces:
- CloneableObject,- Description,- com.hp.lft.sdk.internal.DescriptionWithVri,- Cloneable
- Direct Known Subclasses:
- ListViewDescription
The description of a PowerBuilder ListBox test object.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classThis class can be used to construct an instance of the ListBoxDescription class using the builder pattern.protected static classListBoxDescription.Init<T extends ListBoxDescription.Init<T>>Helper class for ListBoxDescription.Builder
- 
Field SummaryFields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBaseproperties
- 
Constructor SummaryConstructorsModifierConstructorDescriptionInitializes a new instance of the ListBoxDescription class.protectedInitializes a new ListBoxDescription class using the Builder pattern.
- 
Method SummaryModifier and TypeMethodDescriptionString[]getItems()Returns the items in the list.Returns the number of items in the list.String[]Returns the selected items in the list.voidSets the items in the list.voidsetItemsCount(Integer count) Sets the number of items in the list.voidsetSelectedItems(String[] items) Sets the selected items in the list.Methods inherited from class com.hp.lft.sdk.powerbuilder.UiObjectWithLayoutInfoDescriptionisRightAligned, isRightToLeftLayout, isRightToLeftReading, setRightAligned, setRightToLeftLayout, setRightToLeftReadingMethods inherited from class com.hp.lft.sdk.powerbuilder.UiObjectBaseDescriptiongetAbsoluteLocation, getAttachedText, getLocation, getNativeClass, getObjectName, getSize, getText, getWindowClassRegExp, getWindowExtendedStyle, getWindowId, getWindowStyle, getWindowTitleRegExp, isEnabled, isFocused, isVisible, setAbsoluteLocation, setAbsoluteLocation, setAbsoluteLocation, setAttachedText, setAttachedText, setEnabled, setFocused, setLocation, setLocation, setLocation, setNativeClass, setNativeClass, setObjectName, setObjectName, setSize, setSize, setSize, setText, setText, setVisible, setWindowClassRegExp, setWindowClassRegExp, setWindowExtendedStyle, setWindowId, setWindowStyle, setWindowTitleRegExp, setWindowTitleRegExpMethods inherited from class com.hp.lft.sdk.DescriptionBasecloneTo, getIndex, getIndexType, getObjectProperties, getVRI, setIndex, setIndexType, setObjectProperties, setVRI, setVRIMethods inherited from class com.hp.lft.sdk.PropertiesDescriptioncloneMethods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBasegetValueAs, getValueAsStringProperty, insertValueMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hp.lft.sdk.CloneableObjectclone
- 
Constructor Details- 
ListBoxDescriptionpublic ListBoxDescription()Initializes a new instance of the ListBoxDescription class.
- 
ListBoxDescriptionInitializes a new ListBoxDescription class using the Builder pattern.- Parameters:
- init- the Builder pattern.
 
 
- 
- 
Method Details- 
setItemsSets the items in the list.- Parameters:
- items- the items in the list.
 
- 
getItemsReturns the items in the list.- Returns:
- the items in the list.
 
- 
setSelectedItemsSets the selected items in the list.- Parameters:
- items- the selected items in the list.
 
- 
getSelectedItemsReturns the selected items in the list.- Returns:
- the selected items in the list.
 
- 
setItemsCountSets the number of items in the list.- Parameters:
- count- the number of items in the list.
 
- 
getItemsCountReturns the number of items in the list.- Returns:
- the number of items in the list.
 
 
-