Home | Trees | Indices | Help |
---|
|
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
tuple of strings |
supported_models = "base_test:foo_model", list of models that are compatible with the controller identified by their path: 'plugin:model' |
||
dictionary: keys: strings; values: list of strings or strings |
bindings = {"model_child1": "controller_child1", "model_child2 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 |
|
|||
Inherited from |
|
|
Called when model 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 backend 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 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
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Jan 16 19:09:01 2008 | http://epydoc.sourceforge.net |