Package com.hp.lft.sdk.winforms
Interface CustomGrid
- All Known Subinterfaces:
C1FlexGrid,C1TrueDbGrid,ComponentOneGrid,DataGrid,DataGridView,UltraWinGrid,XtraGrid
public interface CustomGrid
A base interface for all supported .NET Windows Forms custom grids.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Table test object this custom grid was accessed from.
-
Method Details
-
getTableTestObject
Returns the Table test object this custom grid was accessed from.- Returns:
- the Table test object
- Throws:
GeneralLeanFtException- if error occurs during execution
-