Package 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
- 
Method Details- 
getCellsReturns a list of the cells in this row.- Returns:
- the list of cells.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getCellReturns a cell from the row by column name.- Parameters:
- columnName- the column name.
- Returns:
- the cell.
 
- 
getRowIndexint getRowIndex()Returns the 0 based index of the row.- Returns:
- the row index.
 
 
-