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 SummaryModifier and TypeMethodDescriptionvoiddeselect(int tabIndex) Deselects the specified tab (by index) from the tabstrip object.voidDeselects 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.voidremove(int tabIndex) Removes the specified tab (by index) from the tabstrip object.voidRemoves the specified tab from the tabstrip object.voidselect(int tabIndex) Selects the specified tab (by index) in the tabstrip object.voidSelects the specified tab in the tabstrip object.Methods 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.SupportDragAndDropdragAndDropOn, dragAndDropOnMethods 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.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisibleMethods inherited from interface com.hp.lft.sdk.web.WebElementdoubleClick, doubleClick, fireEvent, getAccessibilityName, getCSSSelector, getRole, getXPath, hoverTap, hoverTap, longPress, longPress, pan, pan, pinch, pinch, swipe, swipeMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectgetAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisibleMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectDescriberdescribe, describe
- 
Method Details- 
getTabsReturns 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
 
- 
getSelectedTabReturns the selected tab in the tabstrip object.- Returns:
- The selected tab in the tabstrip object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the specified tab in the tabstrip object.- Parameters:
- tab- the tab to select.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects 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
 
- 
removeRemoves the specified tab from the tabstrip object.- Parameters:
- tab- the tab to remove.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
removeRemoves the specified tab (by index) from the tabstrip object.- Parameters:
- tabIndex- tab index to remove (1-based).
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
deselectDeselects the specified tab (by name) from the tabstrip object.- Parameters:
- tab- the tab to deselect.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
deselectDeselects 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
 
 
-