com.hp.lft.sdk.sap.gui

Interface TableRow<T extends TableCellBase>



  • public interface TableRow<T extends TableCellBase>
    A row of table, grid or APO Grid control in SAP GUI for Windows application.
    • Method Summary

      Modifier and TypeMethod and Description
      TgetCell(java.lang.String columnName)
      Returns a cell from the row by column name.
      java.util.List<T>getCells()
      Returns a list of the cells in this row.
    • Method Detail

      • getCell

                                                    T getCell(java.lang.String columnName)
        Returns a cell from the row by column name.
        Parameters:
        columnName - the column name.
        Returns:
        the cell.