Class t.w.w.f.FormErrorModel(FormDisplayModel):

Part of twisted.web.woven.form View Source View In Hierarchy

No class docstring
Method initialize Hook for subclasses to initialize themselves without having to
Method wmfactory_description Undocumented

Inherited from MethodModel (via FormDisplayModel):

Method submodelCheck Allow any submodel for which I have a submodel.
Method submodelFactory Call a wmfactory_name method on this model.
Method getSubmodel Get the submodel `name' of this model. If I ever return a

Inherited from Model (via FormDisplayModel, MethodModel):

Method __init__ Undocumented
Method __getstate__ Undocumented
Method invalidateCache Invalidate the cache for this object, so the next time
Method addView Add a view for the model to keep track of.
Method addSubview Undocumented
Method removeView Remove a view that the model no longer should keep track of.
Method setGetter Undocumented
Method setSetter Undocumented
Method notify Notify all views that something was changed on me.
Method lookupSubmodel Look up a full submodel name. I will split on `/' and call
Method setSubmodel Set a submodel on this model. If getSubmodel or lookupSubmodel
Method dataWillChange Undocumented
Method getData Return the raw data contained by this Model object, if it is a
Method setData Set the raw data referenced by this Model object, if it is a
def initialize(self, fmethod, args, err): (source)
Hook for subclasses to initialize themselves without having to mess with the __init__ chain.
def wmfactory_description(self, request): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.