Interface APOGrid

All Superinterfaces:
Element, EnabledProvider, LocationInfoProvider, SupportsNativeObject, TableBase<APOGridCell>, TestObject, TestObjectDescriber, WaitUntilEnabledProvider

public interface APOGrid extends TableBase<APOGridCell>
An APO grid control in a SAP GUI for Windows application.
  • Method Details

    • clearSelection

      void clearSelection() throws GeneralLeanFtException
      Clears the selected rows or columns.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • deselectCell

      void deselectCell(int rowIndex, String column) throws GeneralLeanFtException
      Unselects the specified cell.
      Parameters:
      rowIndex - 1-based.
      column - the name of the column.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • deselectCell

      void deselectCell(int rowIndex, int columnIndex) throws GeneralLeanFtException
      Unselects the specified cell.
      Parameters:
      rowIndex - 1-based.
      columnIndex - 1-based.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • selectColumnMenuItem

      void selectColumnMenuItem(String column, String menuItem) throws GeneralLeanFtException
      Right-clicks the specified column and selects the specified menu item, by column name.
      Parameters:
      column - the name of the column.
      menuItem - the name of the menu item.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • selectColumnMenuItem

      void selectColumnMenuItem(int columnIndex, String menuItem) throws GeneralLeanFtException
      Right-clicks the specified column and selects the specified menu item, by column index.
      Parameters:
      columnIndex - 1-based.
      menuItem - the name of the menu item.
      Throws:
      GeneralLeanFtException - if error occurs during execution