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 TypeMethodDescriptionDeprecated.Retrieves the column headers associated with a table item or cell.
Note: This method is not supported when you enable the legacy UIA Pro Add-inDeprecated.Retrieves the row headers associated with a table item or cell.
Note: This method is not supported when you enable the legacy UIA Pro Add-in
-
Method Details
-
getRowHeaderItemsAsUIObjects
Retrieves the row headers associated with a table item or cell.
Note: This method is not supported when you enable the legacy UIA Pro Add-in- Returns:
- The row headers associated with a table item or cell.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getRowHeaderItems
Deprecated.Retrieves the row headers associated with a table item or cell.
Note: This method is only supported when you enable the legacy UIA Pro Add-in- Returns:
- The row headers associated with a table item or cell.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getColumnHeaderItemsAsUIObjects
Retrieves the column headers associated with a table item or cell.
Note: This method is not supported when you enable the legacy UIA Pro Add-in- Returns:
- The column headers associated with a table item or cell.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getColumnHeaderItems
Deprecated.Retrieves the column headers associated with a table item or cell.
Note: This method is only supported when you enable the legacy UIA Pro Add-in- Returns:
- The column headers associated with a table item or cell.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-