Package com.hp.lft.sdk.sap.gui
Interface APOGridCell
- All Superinterfaces:
TableCellBase
A single grid cell in SAP GUI for Windows application.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type of the cell.void
selectMenuItem
(String menuItem) Right-clicks the cell and selects the specified menu item.Methods inherited from interface com.hp.lft.sdk.sap.gui.TableCellBase
getValue, isEditable, setValue
-
Method Details
-
getFormat
Returns the type of the cell.- Returns:
- the type of the cell.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
selectMenuItem
Right-clicks the cell and selects the specified menu item.- Parameters:
menuItem
- the name of the menu item.- Throws:
GeneralLeanFtException
- if error occurs during execution
-