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 ofTableCell
objects in the row.- Returns:
- a list of
TableCell
objects in the row. - Throws:
GeneralLeanFtException
- if error occurs during execution
-