Package com.hp.lft.sdk.sap.nwbc
Interface TabStrip
- All Superinterfaces:
Clickable,DoubleClickable,EnabledProvider,LocationInfoProvider,SupportDragAndDrop,SupportSendKeys,SupportsNativeObject,TestObject,TestObjectDescriber,UiObjectBase,VisibleProvider,WaitUntilEnabledProvider,WaitUntilVisibleProvider
A tab strip control in a SAP NetWeaver Business Client application.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the tab strip item specified by the identifier.items()Returns all of the tabs in the tab strip.intReturns the number of tabs in the tab strip.voidSelects a tab from the tab strip.Returns the selected tab in the tab strip.Methods inherited from interface com.hp.lft.sdk.DoubleClickable
doubleClick, doubleClick, doubleClickMethods inherited from interface com.hp.lft.sdk.EnabledProvider
isEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportDragAndDrop
dragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportSendKeys
sendKeys, sendKeysMethods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObjectMethods 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, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describeMethods inherited from interface com.hp.lft.sdk.sap.nwbc.UiObjectBase
getSupportedPatterns, makeVisible, mouseMove, showContextMenu, typeMethods inherited from interface com.hp.lft.sdk.VisibleProvider
isVisibleMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProvider
waitUntilVisible, waitUntilVisible
-
Method Details
-
items
Returns all of the tabs in the tab strip.- Returns:
- a list of TabStripItem objects representing all tabs.
- Throws:
GeneralLeanFtException- if an error occurs during execution.
-
getItem
Returns the tab strip item specified by the identifier.- Parameters:
identifier- The numeric index (0-based) or name of the tab.- Returns:
- the specified tab as a TabStripItem object.
- Throws:
GeneralLeanFtException- if an error occurs during execution.
-
itemsCount
Returns the number of tabs in the tab strip.- Returns:
- the number of tabs.
- Throws:
GeneralLeanFtException- if an error occurs during execution.
-
selectedItems
Returns the selected tab in the tab strip.- Returns:
- the selected tabs as a list of TabStripItem objects.
- Throws:
GeneralLeanFtException- if an error occurs during execution.
-
select
Selects a tab from the tab strip.- Parameters:
identifier- The tab to select. The tab name or numeric index (0-based) can denote the item.- Throws:
GeneralLeanFtException- if an error occurs during execution.
-