Package com.hp.lft.sdk.powerbuilder
Interface TabControl
- All Superinterfaces:
- Clickable,- DoubleClickable,- EnabledProvider,- LocationInfoProvider,- SupportDragAndDrop,- SupportSendKeys,- TestObject,- TestObjectDescriber,- UiObjectBase,- UiObjectBase,- UiObjectWithLayoutInfo,- VisibleProvider,- WaitUntilEnabledProvider,- WaitUntilVisibleProvider
A PowerBuilder tab control object.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the selected tab in the tab control.Returns the tab with the specified name.getTabs()Returns all tabs in the tab control.voidselect(int tabIndex) Selects the specified tab by tab index.voidselect(int tabIndex, MouseButton button) Selects the specified tab by tab index.voidSelects the specified tab.voidselect(Tab tab, MouseButton button) Selects the specified tab in the tab control.voidSelects the specified tab by tab name.voidselect(String tab, MouseButton button) Selects the specified tab by tab name.Methods inherited from interface com.hp.lft.sdk.DoubleClickabledoubleClick, doubleClick, doubleClickMethods 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.SupportSendKeyssendKeys, sendKeysMethods 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.powerbuilder.UiObjectBasegetAttachedText, getObjectName, getText, getWindowClassRegExp, getWindowExtendedStyle, getWindowId, getWindowStyleMethods inherited from interface com.hp.lft.sdk.UiObjectBasegetHandle, getNativeClass, getWindowTitleRegExp, isFocused, mouseMoveMethods inherited from interface com.hp.lft.sdk.powerbuilder.UiObjectWithLayoutInfoisRightAligned, isRightToLeftLayout, isRightToLeftReadingMethods inherited from interface com.hp.lft.sdk.VisibleProviderisVisibleMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisible
- 
Method Details- 
getTabsReturns all tabs in the tab control.- Returns:
- all tabs in the tab control.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getSelectedTabReturns the selected tab in the tab control.- Returns:
- the selected tab in the tab control.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the specified tab in the tab control.- Parameters:
- tab- the specified tab to select from the tab control.
- button- the mouse button used to select the list item. Possible values:- MouseButton
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the specified tab by tab name.- Parameters:
- tab- the specified tab to select from the tab control.
- button- the mouse button used to select the list item. Possible values:- MouseButton
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the specified tab by tab index.- Parameters:
- tabIndex- the index of tab to select from the tab control.
- button- the mouse button used to select the list item. Possible values:- MouseButton
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the specified tab.- Parameters:
- tab- the tab to select from the tab control.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the specified tab by tab name.- Parameters:
- tab- the tab to select from the tab control.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the specified tab by tab index.- Parameters:
- tabIndex- the index of tab to select from the tab control.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getTabReturns the tab with the specified name.- Parameters:
- name- the name of the tab control item to return.
- Returns:
- the tab with the specified name.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-