Package com.hp.lft.sdk.java
Interface TableRowBase
- All Known Subinterfaces:
TableRow,TreeViewTableRow
public interface TableRowBase
The base class for a single row in a Java Table.
-
Method Summary
-
Method Details
-
getCells
Returns a list ofTableCellobjects in the row.- Returns:
- a list of
TableCellobjects in the row. - Throws:
GeneralLeanFtException- if error occurs during execution
-