Package com.hp.lft.sdk.sap.gui
Interface APOGrid
- All Superinterfaces:
Element
,EnabledProvider
,LocationInfoProvider
,SupportsNativeObject
,TableBase<APOGridCell>
,TestObject
,TestObjectDescriber
,WaitUntilEnabledProvider
An APO grid control in a SAP GUI for Windows application.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Clears the selected rows or columns.void
deselectCell
(int rowIndex, int columnIndex) Unselects the specified cell.void
deselectCell
(int rowIndex, String column) Unselects the specified cell.void
selectColumnMenuItem
(int columnIndex, String menuItem) Right-clicks the specified column and selects the specified menu item, by column index.void
selectColumnMenuItem
(String column, String menuItem) Right-clicks the specified column and selects the specified menu item, by column name.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
-
clearSelection
Clears the selected rows or columns.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
deselectCell
Unselects the specified cell.- Parameters:
rowIndex
- 1-based.column
- the name of the column.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
deselectCell
Unselects the specified cell.- Parameters:
rowIndex
- 1-based.columnIndex
- 1-based.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
selectColumnMenuItem
Right-clicks the specified column and selects the specified menu item, by column name.- Parameters:
column
- the name of the column.menuItem
- the name of the menu item.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
selectColumnMenuItem
Right-clicks the specified column and selects the specified menu item, by column index.- Parameters:
columnIndex
- 1-based.menuItem
- the name of the menu item.- Throws:
GeneralLeanFtException
- if error occurs during execution
-