Package aquarium :: Package screen :: Module wizard_review :: Class wizard_review
[show private | hide private]
[frames | no frames]

Class wizard_review

AquariumClass --+    
                |    
       Controller --+
                    |
       WizardStep --+
                    |
                   wizard_review


Method Summary
  __call__(self, *args, **kargs)
    Inherited from Controller
  clearAction(self)
Clear out all form parameters that would execute an action.
  executeAction(self)
Call a method of the form doFooAction.
  getAction(self)
Get the name of the action executeAction would call or None.
  getBookmark(self, vars, stripAction)
Returns a bookmarkable URL for the current screen.
  getName(self)
Get the name of this screen.
    Inherited from AquariumClass
  __init__(self, ctx)
Set a reference to ctx.
    Inherited from WizardStep
  callWizard(self, action)
  doCancelAction(self)
Tells the wizard to cancel.
  doNextAction(self)
Tells the wizard to take us to the next step.
  doPrevAction(self)
Tells the wizard to take us to the previous step.
  forward(self, where)
  getDefaults(self)
  getPreviousData(self)
  initWizard(self)
  process(self)
Override this method so that you can actually process the data.
  review(self)
  run(self)
This method is called when it is time for us to run.
  validate(self)
You should override this with a validator that actually does something.
  validateAndProcess(self, successCallback)

Class Variable Summary
str name = 'Review'
str wizardName = 'mywizard'
    Inherited from WizardStep
NoneType bean = None                                                                  
bool goingBackwards = False

Class Variable Details

name

Type:
str
Value:
'Review'                                                               

wizardName

Type:
str
Value:
'mywizard'                                                             

Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 http://epydoc.sf.net