Home | Trees | Index | Help |
|
---|
Package lemon :: Package html :: Module fields :: Class Field |
|
Date
,
Hidden
,
Input
,
Integer
,
Menu
,
Select
,
TextArea
Abstract base class from which other fields are derived. Shouldn't be treated as a real field
Method Summary | |
---|---|
__init__(self,
name,
required,
default,
description,
error,
stickyData)
| |
__getattr__(self,
name)
| |
Perform any final changes on the finished value then return. | |
description(self)
| |
error(self)
| |
Should be overridden. | |
get(self)
| |
Should be overridden. | |
Should be overridden. | |
name(self)
| |
Populates the field from a dictionary of cgi variables. | |
Sets the value of the field manually. | |
setError(self,
value)
| |
type(self)
| |
valid(self,
value)
|
Method Details |
---|
builderValue(self)Perform any final changes on the finished value then return. |
frozen(self)Should be overridden. |
hidden(self)Should be overridden. |
html(self)Should be overridden. |
populate(self, form)Populates the field from a dictionary of cgi variables. |
set(self, value)Sets the value of the field manually. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:07:45 2003 | http://epydoc.sf.net |