Package com.hp.lft.sdk.sap.gui
Interface TableCellBase
- All Known Subinterfaces:
APOGridCell
,GridCell
,TableCell
public interface TableCellBase
Base interface for cells in table, grid and APO grid control in SAP GUI for Windows application.
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns the content of this cell.boolean
Indicates whether the cell is editable.void
Sets the cell contents.
-
Method Details
-
getValue
Returns the content of this cell.- Returns:
- the content.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
isEditable
Indicates whether the cell is editable.- Returns:
- true if editable.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
setValue
Sets the cell contents.- Parameters:
value
- to enter in the cell.- Throws:
GeneralLeanFtException
- if error occurs during execution
-