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