k.u.w.WizardStep : class documentation

Part of kiwi.ui.wizard View In Hierarchy

This class must be inherited by the steps
Method __init__ Undocumented
Method next_step Undocumented
Method post_init A virtual method that must be defined on child when it's
Method has_next_step Undocumented
Method has_previous_step Undocumented
Method previous_step Undocumented
Method validate_step A hook called always when changing steps. If it returns False
def __init__(self, previous=None, header=None):
Undocumented
def next_step(self):
Undocumented
def 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.
def has_next_step(self):
Undocumented
def has_previous_step(self):
Undocumented
def previous_step(self):
Undocumented
def validate_step(self):
A hook called always when changing steps. If it returns False we can not go forward.
API Documentation for Kiwi, generated by pydoctor at 2010-05-20 02:10:57.