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.boolean
isValidRow
(int rowIndex) Indicates whether there is a row in the table with the specified index.void
Presses the table setting button.void
Selects all columns in the table.Methods inherited from interface com.hp.lft.sdk.EnabledProvider
isEnabled
Methods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSize
Methods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObject
Methods 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, selectRowRange
Methods 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, waitUntilExists
Methods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describe
Methods 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
-