Class f.w.TextRenderer(BaseInputRenderer):

Part of formless.webform View Source View In Hierarchy

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
99 Method input Undocumented

Inherited from BaseInputRenderer:

Line # Kind Name Docs
41 Method rend Turn this instance into stan suitable for displaying it in a web page.

Inherited from Adapter (via BaseInputRenderer):

Line # Kind Name Docs
168 Method __init__ Set my 'original' attribute to be the object I am adapting.
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
168 Method __init__ Set my 'original' attribute to be the object I am adapting.
99 Method input Undocumented
182 Method isuper Forward isuper to self.original
41 Method rend Turn this instance into stan suitable for displaying it in a web page.
def input(self, context, slot, data, name, value): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.