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 necessary. This method will be called right after the change_step method on PluggableWizard is concluded for the current step. |
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 we can not go forward. |