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

Module twisted.web.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
  htmlFor_checkbox(write, name, value)
A checkbox.
  htmlFor_checkgroup(write, name, value)
A check-group.
  htmlFor_file(write, name, value)
  htmlFor_hidden(write, name, value)
  htmlFor_menu(write, name, value, allowMultiple)
Value of the format [(optionName, displayName[, selected]), ...]
  htmlFor_multimenu(write, name, value)
Value of the format [(optionName, displayName[, selected]), ...]
  htmlFor_password(write, name, value)
  htmlFor_radio(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

Type:
int
Value:
0                                                                      

FORGET_IT

Type:
int
Value:
99                                                                     

htmlReprTypes

Type:
dict
Value:
{<type 'str'>: <function htmlString at 0x8429eec>,
 <type 'instance'>: <function htmlInst at 0x84347dc>,
 <type 'function'>: <function htmlFunc at 0x8429f24>,
 <type 'list'>: <function htmlList at 0x8415e2c>,
 <type 'dict'>: <function htmlDict at 0x8432a3c>}                      

NOT_DONE_YET

Type:
int
Value:
1                                                                      

True

Type:
int
Value:
1                                                                      

Generated by Epydoc 1.1 on Thu May 8 13:17:00 2003 http://epydoc.sf.net