kiwi.ui.wizard.PluggableWizard(GladeDelegate)
class documentationkiwi.ui.wizard
(View In Hierarchy)
Wizard controller and view class
Method | __init__ | No summary |
Method | on_next_button__clicked | Undocumented |
Method | on_ok_button__clicked | Undocumented |
Method | on_previous_button__clicked | Undocumented |
Method | on_cancel_button__clicked | Undocumented |
Method | update_view | Undocumented |
Method | enable_next | Enables the next button in the wizard. |
Method | disable_next | Disables the next button in the wizard. |
Method | enable_back | Enables the back button in the wizard. |
Method | disable_back | Disables the back button in the wizard. |
Method | enable_finish | Enables the finish button in the wizard. |
Method | disable_finish | Disables the finish button in the wizard. |
Method | set_message | Set message for nofitication. @param message: |
Method | cancel | Undocumented |
Method | finish | Undocumented |
Method | _change_step | Undocumented |
Method | _refresh_slave | Undocumented |
Method | _show_first_page | Undocumented |
Method | _show_page | Undocumented |
Method | _show_last_page | Undocumented |
Inherited from BaseController (via GladeDelegate):
Method | on_key_press | The keypress handler, which dispatches keypresses to the functions mapped to in self.keyactions |
Method | get_parent | parent: the correspondent parent for the controller |
Method | set_parent | parent: the correspondent parent for the controller |
Method | get_view | view: the correspondent view for the controller |
Method | set_view | view: the correspondent view for the controller |
Method | set_keyactions | Sets the keyactions mapping. See the constructor documentation for a description of it. |
Method | update_keyactions | XXX |
Method | _get_all_methods | Undocumented |
Inherited from BaseController (via GladeDelegate):
Method | on_key_press | The keypress handler, which dispatches keypresses to the functions mapped to in self.keyactions |
Method | get_parent | parent: the correspondent parent for the controller |
Method | set_parent | parent: the correspondent parent for the controller |
Method | get_view | view: the correspondent view for the controller |
Method | set_view | view: the correspondent view for the controller |
Method | set_keyactions | Sets the keyactions mapping. See the constructor documentation for a description of it. |
Method | update_keyactions | XXX |
Method | _get_all_methods | Undocumented |
Inherited from BaseController (via GladeDelegate):
Method | on_key_press | The keypress handler, which dispatches keypresses to the functions mapped to in self.keyactions |
Method | get_parent | parent: the correspondent parent for the controller |
Method | set_parent | parent: the correspondent parent for the controller |
Method | get_view | view: the correspondent view for the controller |
Method | set_view | view: the correspondent view for the controller |
Method | set_keyactions | Sets the keyactions mapping. See the constructor documentation for a description of it. |
Method | update_keyactions | XXX |
Method | _get_all_methods | Undocumented |
Create a new PluggableWizard object. @param title: @param first_step: @param size: @param edit_mode: