Part of stoqlib.gui.wizards.purchasewizard View In Hierarchy
Method | __init__ | A base class for editor slaves inheritance |
Method | _setup_transporter_entry | Undocumented |
Method | _set_receival_date_suggestion | Undocumented |
Method | _setup_focus | Undocumented |
Method | _create_receiving_order | Undocumented |
Method | has_next_step | Undocumented |
Method | next_step | Undocumented |
Method | post_init | Undocumented |
Method | setup_proxies | A subclass can override this |
Method | on_expected_receival_date__validate | Undocumented |
Method | on_transporter_button__clicked | Undocumented |
Method | on_receive_now__toggled | Undocumented |
Method | on_print_button__clicked | Undocumented |
Inherited from BaseEditorSlave (via WizardEditorStep):
Method | _setup_visual_mode | Undocumented |
Method | create_model | Creates a new model for the editor. |
Method | setup_slaves | A subclass can override this |
Method | on_cancel | This is a hook method which must be redefined when some |
Method | on_confirm | This is a hook method which must be redefined when some |
Method | update_visual_mode | This method must be overwritten on child if some addition task in |
Method | validate_confirm | Must be redefined by childs and will perform some validations |
Parameters | conn | a connection |
model | the object model tied with the proxy widgets | |
visual_mode | does this slave must be opened in visual mode? if so, all the proxy widgets will be disable |