com.hp.lft.sdk.winforms

Interface Table

    • Method Detail

      • activateCell

        void activateCell(int row,
                          int column)
                   throws GeneralLeanFtException
        Double-clicks the specified cell in this grid.
        Parameters:
        row - 0-based row number.
        column - 0-based column index.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • activateRow

        void activateRow(int row)
                  throws GeneralLeanFtException
        Double-clicks the specified row header in this grid.
        Parameters:
        row - 0-based row number.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • makeCellVisible

        void makeCellVisible(int row,
                             int column)
                      throws GeneralLeanFtException
        Scrolls the specified cell into view.
        Parameters:
        row - 0-based row number.
        column - 0-based column index.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • selectCell

        void selectCell(int row,
                        int column)
                 throws GeneralLeanFtException
        Selects (clicks) the specified cell in this grid.
        Parameters:
        row - 0-based row number.
        column - 0-based column index.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • selectRow

        void selectRow(int row)
                throws GeneralLeanFtException
        Selects (clicks) the specified row header in this grid.
        Parameters:
        row - 0-based row number.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getErrorText

        java.lang.String getErrorText()
                               throws GeneralLeanFtException
        Returns the tooltip text of the error icon associated with this object.
        Returns:
        the tooltip text of the error icon associated with this object.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getGridType

                                                    GridType getGridType()
                      throws GeneralLeanFtException
        Returns the grid type of the test object. Returns Unknown if the grid type cannot be determined.
        Returns:
        the grid type, or Unknown
        Throws:
        GeneralLeanFtException - if an error occurs during execution.