com.hp.lft.sdk.winforms

Interface DataGrid

  • All Superinterfaces:
    CustomGrid


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

      Modifier and TypeMethod and Description
      voidactivateColumn(int column)
      Double-clicks the specified column header in this grid.
      voidback()
      Navigates back to the parent table.
      voidcollapseRow(int row)
      Collapses the specified row.
      voidexpandRow(int row)
      Expands the specified row.
      java.util.List<TableRow<TableCell>>getRows()
      Returns the collection of rows.
      voidhideParentRow()
      Hides the parent row when the child grid is displayed.
      voidopenCellRelation(int row, int column)
      Opens the child table referenced by the link in the specified cell.
      voidselectColumn(int column)
      Selects (clicks) the specified column header in this grid.
      voidshowParentRow()
      Displays the parent row when the child grid is displayed.