Part of twisted.web.woven.interfaces View Source View In Hierarchy
| Method | addView | Add a view for the model to keep track of. |
| Method | removeView | Remove a view that the model no longer should keep track of. |
| Method | notify | Notify all views that something was changed on me. |
| Method | getData | Return the raw data contained by this Model object, if it is a |
| Method | setData | Set the raw data referenced by this Model object, if it is a |
| Method | lookupSubmodel | Return an IModel implementor for the given submodel path |
| Method | getSubmodel | Return an IModel implementor for the submodel named |
| Method | setSubmodel | Set the given data as a submodel of this model. The data |