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