Home | Trees | Indices | Help |
---|
|
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
tuple of strings |
supported_controllers = "base_test:foo_controller", list of controllers that are compatible with the view identified by their path: 'plugin:controller' |
||
dictionary: keys: strings; values: list of strings or strings |
bindings = {"controller_child1": "view_child1", "controller_ch associations between model's attribute and Controller's attributes; if an attribute contained in bindings' keys is changed or created in model, it is replicated in all the corresponding attributes of the controller defined in bindings values |
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|
Called when controller is set to a new value. Override if you wish to react to that change. Do not forget to call the parent class method.
|
Called when frontend is set to a new value. Override if you wish to react to that change. Do not forget to call the parent class method.
|
|
bindingsassociations betweenmodel 's attribute and
Controller's attributes; if an attribute contained in bindings' keys is changed or created in model , it is replicated in all the corresponding
attributes of the controller defined in bindings values
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Jan 16 19:09:12 2008 | http://epydoc.sourceforge.net |