C# 클래스 Habanero.Faces.Base.EditableGridControlManager

This manager groups common logic for IEditableGridControl objects. Do not use this object in working code - rather call CreateEditableGridControl in the appropriate control factory.
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DisableGrid void
EnableButtonsAndFilter void

공개 메소드들

메소드 설명
EditableGridControlManager ( IEditableGridControl gridControl, IControlFactory controlFactory ) : System

Constructor for EditableGridControlManager

Initialise ( IClassDef classDef ) : void

See IGridControl.Initialise(IClassDef)

Initialise ( IClassDef classDef, IUIGrid uiGridDef, string uiDefName ) : void

See IGridControl.Initialise(IClassDef,IUIGrid,string)

Initialise ( IClassDef classDef, string uiDefName ) : void

See IGridControl.Initialise(IClassDef,string)

RefreshFilter ( ) : void

Reapplies the current filter to the Grid.

SetBusinessObjectCollection ( IBusinessObjectCollection boCollection ) : void

Sets the business object collection to display. Loading of the collection needs to be done before it is assigned to the grid. This method assumes a default UI definition is to be used, that is a 'ui' element without a 'name' attribute.

비공개 메소드들

메소드 설명
DisableGrid ( ) : void
EnableButtonsAndFilter ( ) : void

메소드 상세

EditableGridControlManager() 공개 메소드

Constructor for EditableGridControlManager
public EditableGridControlManager ( IEditableGridControl gridControl, IControlFactory controlFactory ) : System
gridControl IEditableGridControl
controlFactory IControlFactory
리턴 System

Initialise() 공개 메소드

See IGridControl.Initialise(IClassDef)
public Initialise ( IClassDef classDef ) : void
classDef IClassDef
리턴 void

Initialise() 공개 메소드

See IGridControl.Initialise(IClassDef,IUIGrid,string)
public Initialise ( IClassDef classDef, IUIGrid uiGridDef, string uiDefName ) : void
classDef IClassDef
uiGridDef IUIGrid
uiDefName string
리턴 void

Initialise() 공개 메소드

See IGridControl.Initialise(IClassDef,string)
public Initialise ( IClassDef classDef, string uiDefName ) : void
classDef IClassDef
uiDefName string
리턴 void

RefreshFilter() 공개 메소드

Reapplies the current filter to the Grid.
public RefreshFilter ( ) : void
리턴 void

SetBusinessObjectCollection() 공개 메소드

Sets the business object collection to display. Loading of the collection needs to be done before it is assigned to the grid. This method assumes a default UI definition is to be used, that is a 'ui' element without a 'name' attribute.
public SetBusinessObjectCollection ( IBusinessObjectCollection boCollection ) : void
boCollection IBusinessObjectCollection The business object collection /// to be shown in the grid
리턴 void