Interface Table

All Superinterfaces:
Clickable, DoubleClickable, EnabledProvider, LocationInfoProvider, SupportDragAndDrop, SupportSendKeys, SupportsNativeObject, TestObject, TestObjectDescriber, UiObjectBase, UiObjectBase, VisibleProvider, WaitUntilEnabledProvider, WaitUntilVisibleProvider

public interface Table extends UiObjectBase, TestObject
A .NET Windows Forms grid object.
  • Method Details

    • 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 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 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 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 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 error occurs during execution
    • getErrorText

      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 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 error occurs during execution
    • getCustomGrid

      The returned object enables access to supported custom grids.
      Returns:
      the custom grids
      Throws:
      GeneralLeanFtException - if error occurs during execution