Class f.c.ListConfigurable(TypedInterfaceConfigurable):

Part of formless.configurable View Source View In Hierarchy

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
144 Method getBinding Return a Binding instance which contains Typed instances

Inherited from TypedInterfaceConfigurable:

Line # Kind Name Docs
132 Method __init__ Undocumented
136 Method summary Undocumented
139 Method __repr__ Undocumented

Inherited from Configurable (via TypedInterfaceConfigurable):

Line # Kind Name Docs
21 Method getBindingNames Return a list of binding names which are the names of all
44 Method getDefault Undocumented
73 Method postForm Accept a form post to the given bindingName. The bindingName
Line # Kind Name Docs
132 Method __init__ Undocumented
139 Method __repr__ Undocumented
144 Method getBinding Return a Binding instance which contains Typed instances
21 Method getBindingNames Return a list of binding names which are the names of all
44 Method getDefault Undocumented
73 Method postForm Accept a form post to the given bindingName. The bindingName
136 Method summary Undocumented
def getBinding(self, context, name): (source)
Return a Binding instance which contains Typed instances which describe how to render a form which will gather input for the 'name' binding (either a property or a method)
API Documentation for Nevow, generated by pydoctor.