Home | Trees | Index | Help |
|
---|
Package twisted :: Package coil :: Module web :: Class ImmutableCollectionForm |
|
Widget
--+ |Form
--+ | ImmutableCollectionForm
Method Summary | |
---|---|
__init__(self,
appcpage,
coll,
linkfrom)
| |
getFormFields(self,
request)
| |
process(self,
write,
request,
submit,
name,
value,
**newitems)
| |
Inherited from Form | |
| |
| |
(internal) Prepare arguments for self.process. | |
Display the form. | |
I display an HTML FORM according to the result of self.getFormFields. | |
Format an error message. | |
Override me: I disambiguate between multiple forms of the same type. | |
| |
Utility method for re-drawing the form with an error message. | |
Inherited from Widget | |
|
Class Variable Summary | |
---|---|
dict |
typeMap = {<type 'str'>: 'string', <type 'int'>: 'intege...
|
Inherited from Form | |
str |
actionURI = ''
|
int |
formAcceptExtraArgs = 0 |
list |
formFields = []
|
dict |
formGen = {'checkbox': <function htmlFor_checkbox at 0x8...
|
dict |
formParse = {'int': <type 'int'>, 'float': <type 'float'...
|
list |
submitNames = ['Submit']
|
Inherited from Widget | |
NoneType |
title = None |
Class Variable Details |
---|
typeMap
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:48 2003 | http://epydoc.sf.net |