Class s.g.b.w.WizardEditorStep(BaseEditorSlave, WizardStep):

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

Known subclasses: stoqlib.gui.wizards.abstractwizard.SellableItemStep, stoqlib.gui.wizards.personwizard.PersonRoleTypeStep, stoqlib.gui.wizards.purchasefinishwizard.PurchaseFinishPaymentAdjustStep, stoqlib.gui.wizards.purchasefinishwizard.PurchaseFinishProductListStep, stoqlib.gui.wizards.purchasequotewizard.QuoteSupplierStep, stoqlib.gui.wizards.purchasequotewizard.StartQuoteStep, stoqlib.gui.wizards.purchasewizard.FinishPurchaseStep, stoqlib.gui.wizards.purchasewizard.PurchasePaymentStep, stoqlib.gui.wizards.purchasewizard.StartPurchaseStep, stoqlib.gui.wizards.receivingwizard.PurchaseSelectionStep, stoqlib.gui.wizards.receivingwizard.ReceivingInvoiceStep, stoqlib.gui.wizards.renegotiationwizard.PaymentRenegotiationPaymentListStep, stoqlib.gui.wizards.salequotewizard.StartSaleQuoteStep, stoqlib.gui.wizards.salereturnwizard.SaleReturnStep, stoqlib.gui.wizards.salewizard.SalesPersonStep

A wizard step base class definition used when we have a model to be edited or created
Method __init__ A base class for editor slaves inheritance

Inherited from BaseEditorSlave:

Method _setup_visual_mode Undocumented
Method create_model Creates a new model for the editor.
Method setup_proxies A subclass can override this
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, conn, wizard, model=None, previous=None):
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
API Documentation for Stoqlib, generated by pydoctor at 2009-07-14 16:00:32.