Home | Trees | Index | Help |
|
---|
Package aquarium :: Package screen :: Module wizard_review :: Class wizard_review |
|
AquariumClass
--+ |Controller
--+ |WizardStep
--+ | wizard_review
Method Summary | |
---|---|
__call__(self,
*args,
**kargs)
| |
Inherited from Controller | |
Clear out all form parameters that would execute an action. | |
Call a method of the form doFooAction. | |
Get the name of the action executeAction would call or None. | |
Returns a bookmarkable URL for the current screen. | |
Get the name of this screen. | |
Inherited from AquariumClass | |
Set a reference to ctx. | |
Inherited from WizardStep | |
| |
Tells the wizard to cancel. | |
Tells the wizard to take us to the next step. | |
Tells the wizard to take us to the previous step. | |
| |
| |
| |
| |
Override this method so that you can actually process the data. | |
| |
This method is called when it is time for us to run. | |
You should override this with a validator that actually does something. | |
|
Class Variable Summary | |
---|---|
str |
name = 'Review'
|
str |
wizardName = 'mywizard'
|
Inherited from WizardStep | |
NoneType |
bean = None |
bool |
goingBackwards = False
|
Class Variable Details |
---|
name
|
wizardName
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 | http://epydoc.sf.net |