Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Module widgets |
|
Classes | |
---|---|
Container |
|
DataWidget |
|
Form |
I am a web form. |
Gadget |
I am a collection of Widgets, to be rendered through a Page Factory. |
Page |
|
Presentation |
I am a widget which formats a template with interspersed python expressions. |
Reloader |
|
RenderSession |
I handle rendering of a list of deferreds, outputting their results in correct order. |
Sidebar |
|
StreamWidget |
A 'streamable' component of a webpage. |
Time |
|
TitleBox |
|
Widget |
A component of a web page. |
WidgetMixin |
A mix-in wrapper for a Widget. |
WidgetPage |
I am a Page that takes a Widget in its constructor, and displays that Widget wrapped up in a simple HTML template. |
WidgetResource |
Exceptions | |
---|---|
FormInputError |
Function Summary | |
---|---|
A checkbox. | |
A check-group. | |
htmlFor_file(write,
name,
value)
| |
htmlFor_hidden(write,
name,
value)
| |
Value of the format [(optionName, displayName[, selected]), ...] | |
Value of the format [(optionName, displayName[, selected]), ...] | |
htmlFor_password(write,
name,
value)
| |
A radio button group. | |
htmlFor_string(write,
name,
value)
| |
htmlFor_text(write,
name,
value)
| |
listify(x)
| |
possiblyDeferWidget(widget,
request)
|
Variable Summary | |
---|---|
int |
False
|
int |
FORGET_IT
|
dict |
htmlReprTypes
|
int |
NOT_DONE_YET
|
int |
True
|
Function Details |
---|
htmlFor_checkbox(write, name, value)A checkbox. |
htmlFor_checkgroup(write, name, value)A check-group. |
htmlFor_menu(write, name, value, allowMultiple=0)Value of the format [(optionName, displayName[, selected]), ...] |
htmlFor_multimenu(write, name, value)Value of the format [(optionName, displayName[, selected]), ...] |
htmlFor_radio(write, name, value)A radio button group. |
Variable Details |
---|
False
|
FORGET_IT
|
NOT_DONE_YET
|
True
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:17:00 2003 | http://epydoc.sf.net |