Package com.hp.lft.sdk.uiapro
Interface TablePattern
public interface TablePattern
The methods and properties used to read from a table control.
The children of this element support
TableItemPattern and are organized in a two-dimensional logical coordinate
system that can be traversed by row and column.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Retrieves a collection of UIA Pro objects representing all the column headers in a table.
Note: This method is not supported when you enable the legacy UIA Pro Add-inDeprecated.Retrieves a collection of UIA Pro objects representing all the row headers in a table.
Note: This method is not supported when you enable the legacy UIA Pro Add-in
-
Method Details
-
getPrimaryTraversalDirection
- Returns:
- Retrieves the primary direction of traversal for the table.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getRowHeadersAsUIObjects
Retrieves a collection of UIA Pro objects representing all the row headers in a table.
Note: This method is not supported when you enable the legacy UIA Pro Add-in- Returns:
- Retrieves a collection of UIA Pro objects representing all the row headers in a table.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getRowHeaders
Deprecated.Retrieves a collection of UIA Pro objects representing all the row headers in a table.
Note: This method is only supported when you enable the legacy UIA Pro Add-in- Returns:
- Retrieves a collection of UIA Pro objects representing all the row headers in a table.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getColumnHeadersAsUIObjects
Retrieves a collection of UIA Pro objects representing all the column headers in a table.
Note: This method is not supported when you enable the legacy UIA Pro Add-in- Returns:
- Retrieves a collection of UIA Pro objects representing all the column headers in a table.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-
getColumnHeaders
Deprecated.Retrieves a collection of UIA Pro objects representing all the column headers in a table.
NNote: This method is only supported when you enable the legacy UIA Pro Add-in- Returns:
- Retrieves a collection of UIA Pro objects representing all the column headers in a table.
- Throws:
GeneralLeanFtException- if error occurs during execution.
-