Package twisted :: Package web :: Module widgets :: Class Sidebar
[show private | hide private]
[frames | no frames]

Class Sidebar

  Widget --+    
           |    
StreamWidget --+
               |
              Sidebar


Method Summary
  __init__(self, highlightHeading, highlightSection)
  display(self, request)
Produce a list containing a single string. (inherited from StreamWidget)
  getList(self)
  getTitle(self, request)
(inherited from Widget)
  stream(self, write, request)
Call 'write' multiple times with a string argument to represent this widget.

Class Variable Summary
string activeHeadingColor
string activeHeadingTextColor
string activeSectionColor
string activeSectionTextColor
list bar
string headingColor
string headingTextColor
string sectionColor
string sectionTextColor

Method Details

stream(self, write, request)

Call 'write' multiple times with a string argument to represent this widget.
Overrides:
twisted.web.widgets.StreamWidget.stream (inherited documentation)

Class Variable Details

activeHeadingColor

Type:
string
Value:
'000000'                                                               

activeHeadingTextColor

Type:
string
Value:
'ffffff'                                                               

activeSectionColor

Type:
string
Value:
'0000ff'                                                               

activeSectionTextColor

Type:
string
Value:
'00ffff'                                                               

bar

Type:
list
Value:
[['Twisted',
  ['mirror', 'http://coopweb.org/ssd/twisted/'],
  ['mailing list', 'cgi-bin/mailman/listinfo/twisted-python']]]        

headingColor

Type:
string
Value:
'ffffff'                                                               

headingTextColor

Type:
string
Value:
'000000'                                                               

sectionColor

Type:
string
Value:
'000088'                                                               

sectionTextColor

Type:
string
Value:
'008888'                                                               

Generated by Epydoc 1.1 on Sat Feb 15 21:19:30 2003 http://epydoc.sf.net