Package com.hp.lft.sdk.sap.gui
Interface GridCell
- All Superinterfaces:
TableCellBase
A single grid cell in a SAP GUI for Windows application.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
click()
Emulates a click on the cell.void
Opens the list of possible entries.void
setCheckBox
(boolean state) Selects or unselects the checkbox in the grid cell.Methods inherited from interface com.hp.lft.sdk.sap.gui.TableCellBase
getValue, isEditable, setValue
-
Method Details
-
setCheckBox
Selects or unselects the checkbox in the grid cell.- Parameters:
state
- true to select.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
click
Emulates a click on the cell.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
openPossibleEntries
Opens the list of possible entries.- Throws:
GeneralLeanFtException
- if error occurs during execution
-