Package com.hp.lft.sdk.sap.ui5
Interface TreeView
- All Superinterfaces:
Clickable
,EnabledProvider
,LocationInfoProvider
,SupportDragAndDrop
,SupportsNativeObject
,TestObject
,TestObjectDescriber
,VisibleProvider
,WaitUntilEnabledProvider
,WaitUntilVisibleProvider
,WebElement
,WebTestObject
,WebTestObjectDescriber
An SAPUI5 tree object.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Activates a node in the tree.void
Collapses a node in the tree.void
Expands a node in the tree.Returns the title of the selected node.Returns a semicolon-delimited list of visible nodes in the tree.void
Selects a node in the tree.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.SupportDragAndDrop
dragAndDropOn, dragAndDropOn
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.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabled
Methods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProvider
waitUntilVisible, waitUntilVisible
Methods inherited from interface com.hp.lft.sdk.web.WebElement
doubleClick, doubleClick, fireEvent, getAccessibilityName, getCSSSelector, getRole, getXPath, hoverTap, hoverTap, longPress, longPress, pan, pan, pinch, pinch, swipe, swipe
Methods inherited from interface com.hp.lft.sdk.web.WebTestObject
getAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisible
Methods inherited from interface com.hp.lft.sdk.web.WebTestObjectDescriber
describe, describe
-
Method Details
-
getVisibleNodes
Returns a semicolon-delimited list of visible nodes in the tree.- Returns:
- a semicolon-delimited list of visible nodes in the tree.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getSelectedNode
Returns the title of the selected node.- Returns:
- the title of the selected node.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
select
Selects a node in the tree.- Parameters:
path
- the path of the tree node to select.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
activate
Activates a node in the tree.- Parameters:
path
- the path of the tree node to activate.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
expand
Expands a node in the tree.- Parameters:
path
- the path of the tree node to expand.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
collapse
Collapses a node in the tree.- Parameters:
path
- the path of the tree node to collapse.- Throws:
GeneralLeanFtException
- if error occurs during execution
-