C# Class Habanero.Faces.Test.Win.Grid.GridBaseWinStub

Inheritance: Habanero.Faces.Win.GridBaseWin
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

Méthode Description
CheckUserWantsToDelete ( ) : bool
CreateDataSetProvider ( IBusinessObjectCollection col ) : IDataSetProvider

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

Method Details

CheckUserWantsToDelete() public méthode

public CheckUserWantsToDelete ( ) : bool
Résultat bool

CreateDataSetProvider() public méthode

Creates a dataset provider that is applicable to this grid. For example, a readonly grid would return a read only datasetprovider, 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