Part of twisted.web.widgets View Source View In Hierarchy
A mix-in wrapper for a Widget.
This mixin can be used to wrap functionality in any other widget with a method of your choosing. It is designed to be used for mix-in classes that can be mixed in to Form, StreamWidget, Presentation, etc, to augment the data available to the 'display' methods of those classes, usually by adding it to a Session.Method | display | Implement me to represent your widget. |
Method | displayMixedWidget | Undocumented |
Inherited from Widget:
Method | getTitle | Undocumented |
Implement me to represent your widget.
I must return a list of strings and twisted.internet.defer.Deferred instances.