com.hp.lft.sdk.winforms

Interface TableRow<T extends TableCell>

  • Type Parameters:
    T - single cell in an Table test object.


    public interface TableRow<T extends TableCell>
    A .NET Windows Forms row in a table.
    • Method Summary

      Modifier and TypeMethod and Description
      java.util.List<T>getCells()
      Returns the cells in this row.