Package com.hp.lft.sdk.sap.gui
Interface Table
- All Superinterfaces:
- Element,- EnabledProvider,- LocationInfoProvider,- SupportsNativeObject,- TableBase<TableCell>,- TestObject,- TestObjectDescriber,- WaitUntilEnabledProvider
A table control in a SAP GUI for Windows application.
- 
Method SummaryModifier and TypeMethodDescriptionReturns which selections can be made on columns.Returns which selections can be made on rows.booleanisValidRow(int rowIndex) Indicates whether there is a row in the table with the specified index.voidPresses the table setting button.voidSelects all columns in the table.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.SupportsNativeObjectgetNativeObjectMethods inherited from interface com.hp.lft.sdk.sap.gui.TableBaseactivateCell, activateCell, deselectColumn, deselectColumn, deselectRow, deselectRowRange, findAllRowsWithCellTextInColumn, findAllRowsWithCellTextInColumn, findRowWithCellTextInColumn, findRowWithCellTextInColumn, findRowWithCellTextInColumn, findRowWithCellTextInColumn, getRows, getTitle, selectCell, selectCell, selectColumn, selectColumn, selectRow, selectRowRangeMethods 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, waitUntilEnabled
- 
Method Details- 
getColumnSelectionModeReturns which selections can be made on columns.- Returns:
- the selection mode.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getRowSelectionModeReturns which selections can be made on rows.- Returns:
- the selection mode.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
pressSettingsButtonPresses the table setting button.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectAllColumnsSelects all columns in the table.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isValidRowIndicates whether there is a row in the table with the specified index.- Parameters:
- rowIndex- 1-based.
- Returns:
- true if there is a row with the specified index.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-