Package pyforms :: Package gui :: Module PyFormsStateMachine :: Class PyFormsStateMachine
[hide private]
[frames] | no frames]

Class PyFormsStateMachine

source code


Instance Methods [hide private]
 
__init__(self, title) source code
 
initForm(self)
Generate the module Form
source code
 
iterateStates(self)
Iterate states - each call go to another level
source code
 
execute(self) source code
 
__returnCurrentStatesValues(self)
Iterate all the states and save the values of their controls
source code

Inherited from BaseWidget.BaseWidget: end_progress, executeCommand, form, formControls, generatePanel, generateTabs, load, loadWindow, loadWindowData, mainmenu, save, saveWindow, show, start_progress, title, update_progress

Method Details [hide private]

__init__(self, title)
(Constructor)

source code 
Overrides: BaseWidget.BaseWidget.__init__

initForm(self)

source code 

Generate the module Form

Overrides: BaseWidget.BaseWidget.initForm
(inherited documentation)