com.hp.lft.sdk.sap.gui

Interface APOGrid

    • Method Detail

      • deselectCell

        void deselectCell(int rowIndex,
                          java.lang.String column)
                   throws GeneralLeanFtException
        Unselects the specified cell.
        Parameters:
        rowIndex - 1-based.
        column - the name of the column.
        Throws:
        GeneralLeanFtException - if an 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 an error occurs during execution.
      • selectColumnMenuItem

        void selectColumnMenuItem(java.lang.String column,
                                  java.lang.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 an error occurs during execution.
      • selectColumnMenuItem

        void selectColumnMenuItem(int columnIndex,
                                  java.lang.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 an error occurs during execution.