C# Class Habanero.Faces.Base.Wizard.WizardControlManager

This manager groups common logic for IWizardControl objects. Do not use this object in project code - you should rather be creating an IWizardControl of the appropriate type (Win or VWG). E.g. Via the IControlFactory.CreateWizardControl or directly via
Show file Open project: Chillisoft/habanero.faces Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SetButtonState ( ) : void

Sets the enabled state of the Finish, Previous, Cancel and next Buttons based on the state of the wizard controller.

WizardControlManager ( IWizardControl wizardControl ) : System

Create a wizard control manager with the wizard control it is managing

Method Details

SetButtonState() public method

Sets the enabled state of the Finish, Previous, Cancel and next Buttons based on the state of the wizard controller.
public SetButtonState ( ) : void
return void

WizardControlManager() public method

Create a wizard control manager with the wizard control it is managing
public WizardControlManager ( IWizardControl wizardControl ) : System
wizardControl IWizardControl
return System