Package com.hp.lft.sdk.sap.ui5
Interface TabStrip
- All Superinterfaces:
Clickable
,EnabledProvider
,LocationInfoProvider
,SupportDragAndDrop
,SupportsNativeObject
,TestObject
,TestObjectDescriber
,VisibleProvider
,WaitUntilEnabledProvider
,WaitUntilVisibleProvider
,WebElement
,WebTestObject
,WebTestObjectDescriber
An SAPUI5 tabstrip control.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deselect
(int tabIndex) Deselects the specified tab (by index) from the tabstrip object.void
Deselects the specified tab (by name) from the tabstrip object.Returns the selected tab in the tabstrip object.getTabs()
Returns the list of all tabs contained in this tabstrip object.void
remove
(int tabIndex) Removes the specified tab (by index) from the tabstrip object.void
Removes the specified tab from the tabstrip object.void
select
(int tabIndex) Selects the specified tab (by index) in the tabstrip object.void
Selects the specified tab in the tabstrip object.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
-
getTabs
Returns the list of all tabs contained in this tabstrip object.- Returns:
- the list of all tabs contained in this tabstrip object.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getSelectedTab
Returns the selected tab in the tabstrip object.- Returns:
- The selected tab in the tabstrip object.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
select
Selects the specified tab in the tabstrip object.- Parameters:
tab
- the tab to select.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
select
Selects the specified tab (by index) in the tabstrip object.- Parameters:
tabIndex
- the tab index to select (1-based).- Throws:
GeneralLeanFtException
- if error occurs during execution
-
remove
Removes the specified tab from the tabstrip object.- Parameters:
tab
- the tab to remove.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
remove
Removes the specified tab (by index) from the tabstrip object.- Parameters:
tabIndex
- tab index to remove (1-based).- Throws:
GeneralLeanFtException
- if error occurs during execution
-
deselect
Deselects the specified tab (by name) from the tabstrip object.- Parameters:
tab
- the tab to deselect.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
deselect
Deselects the specified tab (by index) from the tabstrip object.- Parameters:
tabIndex
- the tab index to deselect (1-based).- Throws:
GeneralLeanFtException
- if error occurs during execution
-