com.hp.lft.sdk.sap.gui

Interface Grid

    • Method Detail

      • activateColumn

        void activateColumn(java.lang.String column)
                     throws GeneralLeanFtException
        Double-clicks the specified column in the grid. Double-clicking the column selects the entire column, displays another window, or performs another application-specific action.
        Parameters:
        column - the name of the column.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • activateColumn

        void activateColumn(int columnIndex)
                     throws GeneralLeanFtException
        Double-clicks the specified column in the grid. Double-clicking the column selects the entire column, displays another window, or performs another application-specific action.
        Parameters:
        columnIndex - 1-based.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • selectMenuItemById

        void selectMenuItemById(java.lang.String menuItemId)
                         throws GeneralLeanFtException
        Selects the specified menu item from a context menu. A context menu is opened by right-clicking the grid. Use selectColumn, selectRow, or selectCell to open the context menu before invoking this method.
        Parameters:
        menuItemId - The SAP ID for the menu item.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.