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 SummaryModifier and TypeMethodDescriptiongetValue()Returns the content of this cell.booleanIndicates whether the cell is editable.voidSets the cell contents.
- 
Method Details- 
getValueReturns the content of this cell.- Returns:
- the content.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isEditableIndicates whether the cell is editable.- Returns:
- true if editable.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setValueSets the cell contents.- Parameters:
- value- to enter in the cell.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-