Class t.w.w.m.DeferredWrapper(Wrapper):

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

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
458 Method setData Set the raw data referenced by this Model object, if it is a

Inherited from Wrapper:

Line # Kind Name Docs
289 Method __init__ Undocumented
293 Method dataWillChange Undocumented
296 Method __repr__ Undocumented

Inherited from Model (via Wrapper):

Line # Kind Name Docs
52 Method __getstate__ Undocumented
58 Method invalidateCache Invalidate the cache for this object, so the next time
64 Method initialize Hook for subclasses to initialize themselves without having to
71 Method addView Add a view for the model to keep track of.
78 Method addSubview Undocumented
83 Method removeView Remove a view that the model no longer should keep track of.
93 Method setGetter Undocumented
96 Method setSetter Undocumented
99 Method notify Notify all views that something was changed on me.
131 Method lookupSubmodel Look up a full submodel name. I will split on `/' and call
170 Method submodelCheck Check if a submodel name is allowed. Subclass me to implement a
180 Method submodelFactory Undocumented
189 Method getSubmodel Get the submodel `name' of this model. If I ever return a
206 Method setSubmodel Set a submodel on this model. If getSubmodel or lookupSubmodel
221 Method getData Return the raw data contained by this Model object, if it is a
Line # Kind Name Docs
52 Method __getstate__ Undocumented
289 Method __init__ Undocumented
296 Method __repr__ Undocumented
78 Method addSubview Undocumented
71 Method addView Add a view for the model to keep track of.
293 Method dataWillChange Undocumented
221 Method getData Return the raw data contained by this Model object, if it is a
189 Method getSubmodel Get the submodel `name' of this model. If I ever return a
64 Method initialize Hook for subclasses to initialize themselves without having to
58 Method invalidateCache Invalidate the cache for this object, so the next time
131 Method lookupSubmodel Look up a full submodel name. I will split on `/' and call
99 Method notify Notify all views that something was changed on me.
83 Method removeView Remove a view that the model no longer should keep track of.
458 Method setData Set the raw data referenced by this Model object, if it is a
93 Method setGetter Undocumented
96 Method setSetter Undocumented
206 Method setSubmodel Set a submodel on this model. If getSubmodel or lookupSubmodel
170 Method submodelCheck Check if a submodel name is allowed. Subclass me to implement a
180 Method submodelFactory Undocumented
def setData(self, request=None, data=_Nothing): (source)
Set the raw data referenced by this Model object, if it is a wrapper. This is done by telling our Parent model to setSubmodel the new data. If this object is not a wrapper, keep the data around and return it for subsequent getData calls.
API Documentation for Twisted, generated by pydoctor at 2008-10-26 16:12:37.