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 TypeMethod and Description
      java.lang.StringgetValue()
      Returns the content of this cell.
      booleanisEditable()
      Indicates whether the cell is editable.
      voidsetValue(java.lang.String value)
      Sets the cell contents.