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 Summary
Modifier and TypeMethodDescriptionReturns a list of the expandedExpandBarItem
objects in the ExpandBar.Returns theExpandBarItem
object with the specified text.getItems()
Returns a list of theExpandBarItem
objects in the ExpandBar.Methods inherited from interface com.hp.lft.sdk.DoubleClickable
doubleClick, doubleClick, doubleClick
Methods inherited from interface com.hp.lft.sdk.EnabledProvider
isEnabled
Methods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSize
Methods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObject
Methods inherited from interface com.hp.lft.sdk.TestObject
callFTMethod, 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, waitUntilExists
Methods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describe
Methods inherited from interface com.hp.lft.sdk.java.UiObjectBase
createObject, createObject, fireEvent, getAttachedText, getBackgroundColor, getForegroundColor, getLabel, getNativeClass, getObjectName, getObjectProperty, getPath, getStatics, getTagName, isFocused, sendKeys, sendKeys
Methods inherited from interface com.hp.lft.sdk.VisibleProvider
isVisible
Methods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabled
Methods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProvider
waitUntilVisible, waitUntilVisible
-
Method Details
-
getExpandedItems
Returns a list of the expandedExpandBarItem
objects in the ExpandBar.- Returns:
- a list of the expanded
ExpandBarItem
objects in the ExpandBar. - Throws:
GeneralLeanFtException
- if error occurs during execution
-
getItem
Returns theExpandBarItem
object with the specified text.- Parameters:
text
- the text of the item.- Returns:
- the
ExpandBarItem
object with the specified text. - Throws:
GeneralLeanFtException
- if error occurs during execution
-
getItems
Returns a list of theExpandBarItem
objects in the ExpandBar.- Returns:
- a list of the
ExpandBarItem
objects in the ExpandBar. - Throws:
GeneralLeanFtException
- if error occurs during execution
-