Package com.hp.lft.sdk.java
Interface ExpandBar
- All Superinterfaces:
- Clickable,- DoubleClickable,- EnabledProvider,- LocationInfoProvider,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- UiObjectBase,- VisibleProvider,- WaitUntilEnabledProvider,- WaitUntilVisibleProvider
A Java control that contains labeled bar items that can be expanded or collapsed by the user.
- 
Method SummaryModifier and TypeMethodDescriptionReturns a list of the expandedExpandBarItemobjects in the ExpandBar.Returns theExpandBarItemobject with the specified text.getItems()Returns a list of theExpandBarItemobjects in the ExpandBar.Methods inherited from interface com.hp.lft.sdk.DoubleClickabledoubleClick, doubleClick, doubleClickMethods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportsNativeObjectgetNativeObjectMethods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.java.UiObjectBasecreateObject, createObject, fireEvent, getAttachedText, getBackgroundColor, getForegroundColor, getLabel, getNativeClass, getObjectName, getObjectProperty, getPath, getStatics, getTagName, isFocused, sendKeys, sendKeysMethods inherited from interface com.hp.lft.sdk.VisibleProviderisVisibleMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisible
- 
Method Details- 
getExpandedItemsReturns a list of the expandedExpandBarItemobjects in the ExpandBar.- Returns:
- a list of the expanded ExpandBarItemobjects in the ExpandBar.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getItemReturns theExpandBarItemobject with the specified text.- Parameters:
- text- the text of the item.
- Returns:
- the ExpandBarItemobject with the specified text.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getItemsReturns a list of theExpandBarItemobjects in the ExpandBar.- Returns:
- a list of the ExpandBarItemobjects in the ExpandBar.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-