Class f.c.Configurable(object):

Part of formless.configurable View Source View In Hierarchy

Known subclasses: formless.configurable.NotFoundConfigurable, formless.configurable.TypedInterfaceConfigurable

Implements interfaces: formless.iformless.IConfigurable

No class docstring
Line # Kind Name Docs
17 Method __init__ Undocumented
21 Method getBindingNames Return a list of binding names which are the names of all
44 Method getDefault Undocumented
57 Method getBinding Return a Binding instance which contains Typed instances
73 Method postForm Accept a form post to the given bindingName. The bindingName
121 Method summary Undocumented
def __init__(self, original): (source)
Undocumented
def getBindingNames(self, context): (source)
Return a list of binding names which are the names of all the forms which will be rendered for this object when this object is configured.
def getDefault(self, forBinding): (source)
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)
def postForm(self, ctx, bindingName, args): (source)
Accept a form post to the given bindingName. The bindingName can be dotted to indicate an attribute of this Configurable, eg addresses.0.changeEmail. The post arguments are given in args. Return a Resource which will be rendered in response.
def summary(self): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.