Home | Trees | Index | Help |
|
---|
Package kiwi :: Package ui :: Module wizard :: Class WizardStep |
|
Method Summary | |
---|---|
has_next_step(self)
| |
has_previous_step(self)
| |
next_step(self)
| |
A virtual method that must be defined on child when it's necessary. | |
previous_step(self)
| |
A hook called always when changing steps. |
Method Details |
---|
post_init(self)A virtual method that must be defined on child when it's necessary. This method will be called right after the change_step method on PluggableWizard is concluded for the current step. |
validate_step(self)A hook called always when changing steps. If it returns False we can not go forward. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Mar 23 15:56:56 2007 | http://epydoc.sf.net |