Package kiwi :: Package ui :: Module wizard :: Class WizardStep
[frames | no frames]

Class WizardStep


This class must be inherited by the steps
Method Summary
  has_next_step(self)
  has_previous_step(self)
  next_step(self)
  post_init(self)
A virtual method that must be defined on child when it's necessary.
  previous_step(self)
  validate_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.

Generated by Epydoc 2.1 on Mon Oct 9 12:40:56 2006 http://epydoc.sf.net