Interface DataGrid

All Superinterfaces:
CustomGrid

public interface DataGrid extends CustomGrid
A .NET Windows Forms data grid control.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    activateColumn(int column)
    Double-clicks the specified column header in this grid.
    void
    Navigates back to the parent table.
    void
    collapseRow(int row)
    Collapses the specified row.
    void
    expandRow(int row)
    Expands the specified row.
    Returns the collection of rows.
    void
    Hides the parent row when the child grid is displayed.
    void
    openCellRelation(int row, int column)
    Opens the child table referenced by the link in the specified cell.
    void
    selectColumn(int column)
    Selects (clicks) the specified column header in this grid.
    void
    Displays the parent row when the child grid is displayed.

    Methods inherited from interface com.hp.lft.sdk.winforms.CustomGrid

    getTableTestObject