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 SummaryModifier 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.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- 
clearSelectionClears the selected rows or columns.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
deselectCellUnselects the specified cell.- Parameters:
- rowIndex- 1-based.
- column- the name of the column.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
deselectCellUnselects the specified cell.- Parameters:
- rowIndex- 1-based.
- columnIndex- 1-based.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectColumnMenuItemRight-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
 
- 
selectColumnMenuItemRight-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
 
 
-