Package com.hp.lft.sdk.winforms
Interface CustomGridsProvider
public interface CustomGridsProvider
-
Method Summary
Modifier and TypeMethodDescriptionReturns the additional functionality of a ComponentOne C1FlexGrid control.Returns the additional functionality of a ComponentOne C1TrueDBGrid control.Returns the additional functionality of a Microsoft DataGrid control.Returns the additional functionality of a Microsoft DataGridView control.Returns the additional functionality of an Infragistics UltraWinGrid control.Returns the additional functionality of a DevExpress XtraGrid control.
-
Method Details
-
getDataGrid
DataGrid getDataGrid()Returns the additional functionality of a Microsoft DataGrid control.- Returns:
- the additional functionality of a Microsoft DataGrid control.
-
getDataGridView
DataGridView getDataGridView()Returns the additional functionality of a Microsoft DataGridView control.- Returns:
- the additional functionality of a Microsoft DataGridView control.
-
getC1FlexGrid
C1FlexGrid getC1FlexGrid()Returns the additional functionality of a ComponentOne C1FlexGrid control.- Returns:
- the additional functionality of a ComponentOne C1FlexGrid control.
-
getC1TrueDbGrid
C1TrueDbGrid getC1TrueDbGrid()Returns the additional functionality of a ComponentOne C1TrueDBGrid control.- Returns:
- the additional functionality of a ComponentOne C1TrueDBGrid control.
-
getUltraWinGrid
UltraWinGrid getUltraWinGrid()Returns the additional functionality of an Infragistics UltraWinGrid control.- Returns:
- the additional functionality of an Infragistics UltraWinGrid control.
-
getXtraGrid
XtraGrid getXtraGrid()Returns the additional functionality of a DevExpress XtraGrid control.- Returns:
- the additional functionality of a DevExpress XtraGrid control.
-