t.w.w.WidgetMixin(Widget) : class documentation

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
def display(self): (source)

Implement me to represent your widget.

I must return a list of strings and twisted.internet.defer.Deferred instances.
def displayMixedWidget(self, request): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 15:57:47.