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

Represents a form containing a wizard control that guides users through a process step by step. This form simply wraps the WizardControl in a form and handles communication with the user.
상속: FormWin, IWizardForm
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CancelButton_OnClick void
InitializeComponent void
SetupWizardControl void
Show bool
WizardControl_Finished void
WizardControl_MessagePosted void
WizardControl_StepChanged void
WizardFormWin_Closing void

공개 메소드들

메소드 설명
Refresh ( ) : void

Forces the form to invalidate its client area and immediately redraw itself and any child controls

Show ( string title, IWizardController wizardController, IControlFactory controlFactory ) : void

A convenience method to show a wizard using a particular title and wizard controller

ShowDialog ( string title, IWizardController wizardController, IControlFactory controlFactory ) : bool

A convenience method to show a wizard using a particular title and wizard controller in a dialog

WizardFormWin ( IWizardController controller ) : System

Initialises the WizardForm, sets the controller and starts the wizard.

WizardFormWin ( IWizardController controller, IControlFactory controlFactory ) : System

Initialises the WizardForm, sets the controller and starts the wizard.

WizardFormWin ( WizardControlWin control ) : System

Initialises the WizardForm, sets the controller and starts the wizard.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
CancelButton_OnClick ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetupWizardControl ( WizardControlWin control ) : void
Show ( string title, IWizardController wizardController, bool showDialog, IControlFactory controlFactory ) : bool
WizardControl_Finished ( object sender, EventArgs e ) : void
WizardControl_MessagePosted ( string message ) : void
WizardControl_StepChanged ( IWizardStep obj ) : void
WizardFormWin_Closing ( object sender, System e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Refresh() 공개 메소드

Forces the form to invalidate its client area and immediately redraw itself and any child controls
public Refresh ( ) : void
리턴 void

Show() 공개 정적인 메소드

A convenience method to show a wizard using a particular title and wizard controller
public static Show ( string title, IWizardController wizardController, IControlFactory controlFactory ) : void
title string The title of the wizard, displayed in the title bar of the form
wizardController IWizardController The wizard controller
controlFactory IControlFactory the factory used to create the controls on the wizard
리턴 void

ShowDialog() 공개 정적인 메소드

A convenience method to show a wizard using a particular title and wizard controller in a dialog
public static ShowDialog ( string title, IWizardController wizardController, IControlFactory controlFactory ) : bool
title string The title of the wizard, displayed in the title bar of the form
wizardController IWizardController The wizard controller
controlFactory IControlFactory the factory used to create the controls on the wizard
리턴 bool

WizardFormWin() 공개 메소드

Initialises the WizardForm, sets the controller and starts the wizard.
public WizardFormWin ( IWizardController controller ) : System
controller IWizardController the wizrd controller that controls moving the wizard steps and the
리턴 System

WizardFormWin() 공개 메소드

Initialises the WizardForm, sets the controller and starts the wizard.
public WizardFormWin ( IWizardController controller, IControlFactory controlFactory ) : System
controller IWizardController the wizrd controller that controls moving the wizard steps and the
controlFactory IControlFactory The control factory to use for creating any controls
리턴 System

WizardFormWin() 공개 메소드

Initialises the WizardForm, sets the controller and starts the wizard.
public WizardFormWin ( WizardControlWin control ) : System
control WizardControlWin The WizardControl that this form is showing.
리턴 System