C# 클래스 Habanero.Faces.Win.ReadOnlyGridWin

Provides a grid on which a business object collection can be listed but not edited. If you would like more functionality, including the ability to add, edit and delete the objects, use IReadOnlyGridControl instead.
상속: GridBaseWin, IReadOnlyGrid
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
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.

ReadOnlyGridWin ( ) : Habanero.Base

Constructor for ReadOnlyGridWin

메소드 상세

CreateDataSetProvider() 공개 메소드

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
리턴 IDataSetProvider

ReadOnlyGridWin() 공개 메소드

Constructor for ReadOnlyGridWin
public ReadOnlyGridWin ( ) : Habanero.Base
리턴 Habanero.Base