Package com.hp.lft.sdk.winforms
Interface C1TrueDbGrid
- All Superinterfaces:
ComponentOneGrid,CustomGrid
A ComponentOne C1TrueDBGrid control.
-
Method Summary
Modifier and TypeMethodDescriptionvoidactivateColumn(int column) Double-clicks the specified column header in a grid.voidactivateColumn(String columnHeader) Double-clicks the specified column header in a grid.Methods inherited from interface com.hp.lft.sdk.winforms.ComponentOneGrid
activateCell, collapseRow, expandRow, getCell, getRows, makeCellVisible, openCellElement, openCellElement, selectCell, selectColumn, selectColumn, setFilter, setFilter, sort, sort, sortDescending, sortDescendingMethods inherited from interface com.hp.lft.sdk.winforms.CustomGrid
getTableTestObject
-
Method Details
-
activateColumn
Double-clicks the specified column header in a grid.- Parameters:
column- 0-based column index.- Throws:
GeneralLeanFtException- if error occurs during execution
-
activateColumn
Double-clicks the specified column header in a grid.- Parameters:
columnHeader- the column caption.- Throws:
GeneralLeanFtException- if error occurs during execution
-