Package 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
- 
Method Details- 
getCellsReturns the cells in this row.- Returns:
- the cells
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-