Class s.g.w.p.StartPurchaseStep(WizardEditorStep):

Part of stoqlib.gui.wizards.purchasewizard View In Hierarchy

Undocumented
Method __init__ A base class for editor slaves inheritance
Method _fill_supplier_combo Undocumented
Method _fill_branch_combo Undocumented
Method _setup_widgets Undocumented
Method _update_widgets Undocumented
Method _update_freight_type Undocumented
Method post_init Undocumented
Method next_step Undocumented
Method has_previous_step Undocumented
Method setup_proxies A subclass can override this
Method on_cif_radio__toggled Undocumented
Method on_fob_radio__toggled Undocumented
Method on_supplier_button__clicked Undocumented
Method on_open_date__validate Undocumented
Method on_expected_freight__validate 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
def __init__(self, wizard, conn, model):
A base class for editor slaves inheritance
Parametersconna connection
modelthe object model tied with the proxy widgets
visual_modedoes this slave must be opened in visual mode? if so, all the proxy widgets will be disable
def _fill_supplier_combo(self):
Undocumented
def _fill_branch_combo(self):
Undocumented
def _setup_widgets(self):
Undocumented
def _update_widgets(self):
Undocumented
def _update_freight_type(self):
Undocumented
def post_init(self):
Undocumented
def next_step(self):
Undocumented
def has_previous_step(self):
Undocumented
def setup_proxies(self):
A subclass can override this
def on_cif_radio__toggled(self, *args):
Undocumented
def on_fob_radio__toggled(self, *args):
Undocumented
def on_supplier_button__clicked(self, *args):
Undocumented
def on_open_date__validate(self, widget, date):
Undocumented
def on_expected_freight__validate(self, widget, value):
Undocumented
API Documentation for Stoqlib, generated by pydoctor at 2009-07-14 16:00:32.