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

Class Wizard


Method Summary
  __call__(self, callingStep, action)
  debug(self, msg)
  findStepByName(self, steps, callerName)
  getReviewStrings(self)
Returns list of strings that are result of calling review() on all steps.
  sanityCheck(self, callingStep, action)
Ensures to the best of its ability that the subclass has defined the necessary methods and properties to create a true wizard.

Class Variable Summary
list debugMessages = []
str name = 'Generic Wizard'
str reviewScreen = 'wizard_review'
list steps = []

Method Details

getReviewStrings(self)

Returns list of strings that are result of calling review() on all
steps.

sanityCheck(self, callingStep, action)

Ensures to the best of its ability that the subclass has defined
the necessary methods and properties to create a true wizard.

Class Variable Details

debugMessages

Type:
list
Value:
[]                                                                     

name

Type:
str
Value:
'Generic Wizard'                                                       

reviewScreen

Type:
str
Value:
'wizard_review'                                                        

steps

Type:
list
Value:
[]                                                                     

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