Package com.hp.lft.sdk.sap.gui
Interface TableCell
- All Superinterfaces:
TableCellBase
A single table cell in SAP GUI for Windows application.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
click()
Emulates a click on the cell.int
Returns the maximum length of the cellvoid
Opens the list of possible entries.Methods inherited from interface com.hp.lft.sdk.sap.gui.TableCellBase
getValue, isEditable, setValue
-
Method Details
-
getLength
Returns the maximum length of the cell- Returns:
- maximum length. -1 if the cell does not have a valid length.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
openPossibleEntries
Opens the list of possible entries.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
click
Emulates a click on the cell.- Throws:
GeneralLeanFtException
- if error occurs during execution
-