Class f.f.FormErrors(components.Adapter):

Part of formless.formutils View Source View In Hierarchy

Implements interfaces: formless.iformless.IFormErrors

An object which keeps track of which forms have which errors

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
93 Method __init__ Set my 'original' attribute to be the object I am adapting.
96 Method setError Undocumented
99 Method getError Undocumented
103 Method getAllErrors Undocumented
106 Method updateErrors Undocumented
109 Method clearErrors Undocumented
114 Method clearAll Undocumented

Inherited from Adapter:

Line # Kind Name Docs
173 Method __conform__ I forward __conform__ to self.original if it has it, otherwise I
182 Method isuper Forward isuper to self.original
Line # Kind Name Docs
173 Method __conform__ I forward __conform__ to self.original if it has it, otherwise I
93 Method __init__ Set my 'original' attribute to be the object I am adapting.
114 Method clearAll Undocumented
109 Method clearErrors Undocumented
103 Method getAllErrors Undocumented
99 Method getError Undocumented
182 Method isuper Forward isuper to self.original
96 Method setError Undocumented
106 Method updateErrors Undocumented
def __init__(self): (source)
Set my 'original' attribute to be the object I am adapting.
def setError(self, errorKey, error): (source)
Undocumented
def getError(self, errorKey): (source)
Undocumented
def getAllErrors(self, formName): (source)
Undocumented
def updateErrors(self, formName, errors): (source)
Undocumented
def clearErrors(self, formName): (source)
Undocumented
def clearAll(self): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.