k.u.w.PluggableWizard(GladeDelegate) : class documentation

Part of kiwi.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
def __init__(self, title, first_step, size=None, edit_mode=False):

Create a new PluggableWizard object.

Parameterstitle
first_step
size
edit_mode
def on_next_button__clicked(self, button):
Undocumented
def on_ok_button__clicked(self, button):
Undocumented
def on_previous_button__clicked(self, button):
Undocumented
def on_cancel_button__clicked(self, button):
Undocumented
def _change_step(self, step=None):
Undocumented
def _refresh_slave(self):
Undocumented
def _show_first_page(self):
Undocumented
def _show_page(self):
Undocumented
def _show_last_page(self):
Undocumented
def update_view(self):
Undocumented
def enable_next(self):

Enables the next button in the wizard.

def disable_next(self):

Disables the next button in the wizard.

def enable_back(self):

Enables the back button in the wizard.

def disable_back(self):

Disables the back button in the wizard.

def enable_finish(self):

Enables the finish button in the wizard.

def disable_finish(self):

Disables the finish button in the wizard.

def set_message(self, message):

Set message for nofitication.

Parametersmessage
def cancel(self, *args):
Undocumented
def finish(self):
Undocumented
API Documentation for Kiwi, generated by pydoctor at 2015-05-06 22:39:09.