Class DynamicWizardModel

java.lang.Object
org.apache.wicket.extensions.wizard.AbstractWizardModel
org.apache.wicket.extensions.wizard.dynamic.DynamicWizardModel
All Implemented Interfaces:
Serializable, IWizardModel, IClusterable

Wizard model that is specialized on dynamic wizards. Unlike the default, static wizard model, this model isn't very intelligent, but rather delegates much of the work and knowledge to the dynamic wizard steps it uses.
Author:
eelcohillenius
See Also: