C# 클래스 Habanero.Faces.VWG.EditableGridButtonsControlVWG

Provides a set of buttons for use on an IEditableGridControl. By default, Save and Cancel buttons are available.
상속: ButtonGroupControlVWG, IEditableGridButtonsControl
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
EditableGridButtonsControlVWG ( IControlFactory controlFactory ) : System

Creates the EditableGridButtonsControlVWG

FireCancelButtonClicked ( object sender, EventArgs e ) : void
FireSaveButtonClicked ( object sender, EventArgs e ) : void

메소드 상세

EditableGridButtonsControlVWG() 공개 메소드

Creates the EditableGridButtonsControlVWG
public EditableGridButtonsControlVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
리턴 System

FireCancelButtonClicked() 공개 메소드

public FireCancelButtonClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

FireSaveButtonClicked() 공개 메소드

public FireSaveButtonClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void