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 TypeMethodDescriptionvoidClears the selected rows or columns.voiddeselectCell(int rowIndex, int columnIndex) Unselects the specified cell.voiddeselectCell(int rowIndex, String column) Unselects the specified cell.voidselectColumnMenuItem(int columnIndex, String menuItem) Right-clicks the specified column and selects the specified menu item, by column index.voidselectColumnMenuItem(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
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
-
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
-