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

Inheritance: Habanero.Faces.Win.GridBaseWin
Show file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method 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 method

public CheckUserWantsToDelete ( ) : bool
return bool

CreateDataSetProvider() public method

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
return IDataSetProvider