|
Interface Summary |
| IBasicEditingContext |
|
| ICondition |
A condition that can be evaluated against the wizard context
used in IStateMachine for conditional transitions between states |
| IConfigurableWizard |
This interface is used to configure the structure of a wizard on startup. |
| IDependencyObject |
Components that are want to define their own dependency handling policy
should this interface.
|
| IDynamicWizardConfigurator |
|
| IStaticWizardConfigurator |
|
| IWizardComponent |
|
| IWizardComponentContainer |
IWizard componet containers are wizard components that can contain other components.
containers should delegate all the standard functions from the IWizardComponent
interface to their subcomponents in the order these subcomponents were added in. |
| IWizardConfigurator |
the common anchestor of IDynamicWizardConfigurator and IStaticWizardConfigurator.
|
| IWizardContext |
WizardContext combines all the sources of information a wizard component has access to at runtime.
It contains the static structure of the panes, the session and the page contect,
i.e. the request and the response.
|
| IWizardStructure |
This interface provides runtime access to the pane/component structure of a wizard. |