Package com.hp.lft.sdk.winforms
Interface C1TrueDbGrid
- All Superinterfaces:
- ComponentOneGrid,- CustomGrid
A ComponentOne C1TrueDBGrid control.
- 
Method SummaryModifier 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.ComponentOneGridactivateCell, collapseRow, expandRow, getCell, getRows, makeCellVisible, openCellElement, openCellElement, selectCell, selectColumn, selectColumn, setFilter, setFilter, sort, sort, sortDescending, sortDescendingMethods inherited from interface com.hp.lft.sdk.winforms.CustomGridgetTableTestObject
- 
Method Details- 
activateColumnDouble-clicks the specified column header in a grid.- Parameters:
- column- 0-based column index.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
activateColumnDouble-clicks the specified column header in a grid.- Parameters:
- columnHeader- the column caption.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-