Package com.hp.lft.sdk.java
Interface TableRow
- All Superinterfaces:
- TableRowBase
A single row in a Java Table.
- 
Method SummaryModifier and TypeMethodDescriptionString[]Returns the content of all cells contained in the row.Methods inherited from interface com.hp.lft.sdk.java.TableRowBasegetCells
- 
Method Details- 
getAllCellValuesReturns 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
 
 
-