Package com.hp.lft.sdk.uiapro
Interface TableItemPattern
public interface TableItemPattern
The methods and properties used to retrieve table column or row header items.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getRowHeaderItems
- Returns:
- The row headers associated with a table item or cell.
- Throws:
GeneralLeanFtException
- if error occurs during execution.
-
getColumnHeaderItems
- Returns:
- The column headers associated with a table item or cell.
- Throws:
GeneralLeanFtException
- if error occurs during execution.
-