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 Summary
Modifier 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.EnabledProvider
isEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObjectMethods inherited from interface com.hp.lft.sdk.sap.gui.TableBase
activateCell, 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.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.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabled
-
Method Details
-
getColumnSelectionMode
Returns which selections can be made on columns.- Returns:
- the selection mode.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getRowSelectionMode
Returns which selections can be made on rows.- Returns:
- the selection mode.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
pressSettingsButton
Presses the table setting button.- Throws:
GeneralLeanFtException- if error occurs during execution
-
selectAllColumns
Selects all columns in the table.- Throws:
GeneralLeanFtException- if error occurs during execution
-
isValidRow
Indicates 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
-