Home | Trees | Index | Help |
|
---|
Package aquarium :: Package util :: Module FormValid :: Class FieldGroup |
|
This class allows you to group fields together and do validation based on the results of the validation of those fields
Method Summary | |
---|---|
__init__(self,
name,
function,
fields,
**kargs)
| |
__getattr__(self,
name)
| |
Attempts validation of each of the Fields in this group. |
Method Details |
---|
validate(self, values)Attempts validation of each of the Fields in this group. Returns results consistent with Field.validate and Form.validate |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 | http://epydoc.sf.net |