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 | |
---|---|
string |
template
|
string |
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 Sat Feb 15 21:19:30 2003 | http://epydoc.sf.net |