| Home | Trees | Index | Help |
|---|
| Package twisted :: Package web :: Module widgets :: Class Presentation |
|
Widget --+
|
Presentation
AppConfiguratorPage,
Test,
Page,
Reloader,
TitleBox| Method Summary | |
|---|---|
__init__(self,
template,
filename)
| |
addClassVars(self,
namespace,
Class)
| |
addVariables(self,
namespace,
request)
| |
Implement me to represent your widget. | |
formatTraceback(self,
tb)
| |
getTitle(self,
request)
(inherited from Widget)
| |
Perform any tasks which must be done before presenting the page. | |
Utility: Call a method like StreamWidget's 'stream'. | |
| Class Variable Summary | |
|---|---|
str |
template
|
str |
world
|
| Method Details |
|---|
display(self, request)Implement me to represent your widget. I must return a list of strings and twisted.internet.defer.Deferred instances.
|
prePresent(self, request)Perform any tasks which must be done before presenting the page. |
streamCall(self, call, *args, **kw)Utility: Call a method like StreamWidget's 'stream'. |
| Class Variable Details |
|---|
template
|
world
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:49:05 2003 | http://epydoc.sf.net |