Part of twisted.web.woven.interfaces View Source View In Hierarchy
Known implementations: twisted.web.woven.model.Model
| 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 | No summary |
| Method | getData | Return the raw data contained by this Model object, if it is a wrapper. If not, return self. |
| Method | setData | No summary |
| Method | lookupSubmodel | No summary |
| Method | getSubmodel | No summary |
| Method | setSubmodel | Set the given data as a submodel of this model. The data need not implement IModel, since getSubmodel should adapt the data to IModel before returning it. |