Interface TableRow

All Superinterfaces:
TableRowBase

public interface TableRow extends TableRowBase
A single row in a Java Table.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the content of all cells contained in the row.

    Methods inherited from interface com.hp.lft.sdk.java.TableRowBase

    getCells
  • Method Details

    • getAllCellValues

      String[] getAllCellValues() throws GeneralLeanFtException
      Returns the content of all cells contained in the row.
      Returns:
      the content of all cells contained in the row.
      Throws:
      GeneralLeanFtException - if error occurs during execution