Interface TableItemPattern


public interface TableItemPattern
The methods and properties used to retrieve table column or row header items.
  • Method Details

    • getRowHeaderItemsAsUIObjects

      List<UiObject> getRowHeaderItemsAsUIObjects() throws GeneralLeanFtException
      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 List<Object> getRowHeaderItems() throws GeneralLeanFtException
      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

      List<UiObject> getColumnHeaderItemsAsUIObjects() throws GeneralLeanFtException
      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 List<Object> getColumnHeaderItems() throws GeneralLeanFtException
      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.