C# Class Habanero.ProgrammaticBinding.ControlAdaptors.WinFormsReadOnlyGridAdapter

This is a Control Adapter for any DataGridView control. It wraps the DataGridView control behind a standard interface. This allows Faces to interact with it as if it is a Habanero Control.
Inheritance: WinFormsGridBaseAdapter, IWinFormsReadOnlyGridAdapter
Afficher le fichier Open project: Chillisoft/habanero.binding

Méthodes publiques

Méthode Description
CreateDataSetProvider ( IBusinessObjectCollection col ) : IDataSetProvider

Creates a dataset provider that is applicable to this grid. For example, a readonly grid would return a ReadOnlyDataSetProvider, while an editable grid would return an editable one.

WinFormsReadOnlyGridAdapter ( System.Windows.Forms.DataGridView gridView ) : System

Method Details

CreateDataSetProvider() public méthode

Creates a dataset provider that is applicable to this grid. For example, a readonly grid would return a ReadOnlyDataSetProvider, while an editable grid would return an editable one.
public CreateDataSetProvider ( IBusinessObjectCollection col ) : IDataSetProvider
col IBusinessObjectCollection The collection to create the datasetprovider for
Résultat IDataSetProvider

WinFormsReadOnlyGridAdapter() public méthode

public WinFormsReadOnlyGridAdapter ( System.Windows.Forms.DataGridView gridView ) : System
gridView System.Windows.Forms.DataGridView
Résultat System