|
GetpaidWizard
GetpaidWizardwizard component- manage multi step transitions - defer to a wizard controller for steps - manages content provider components ( viewlets in practice ) - remove - request form step def getFormMapping( ): - form schema - form adapter Controllercontrollers should be managed by name in the admin. - we need access to the schemas provided by the chain of steps tovalidate our inputs, while allowing variation. - provides actions for current state's next, previous, viagetActions method. def getStep( ): pass def getTraversedSteps( ): pass
Data Managermanages the data that is collected through the wizard through different states. - manages keeping state through the form |
Sign in to add a comment