Class f.c.GroupConfigurable(TypedInterfaceConfigurable):

Part of formless.configurable View Source View In Hierarchy

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
151 Method __init__ Undocumented
157 Method getBindingNames Return a list of binding names which are the names of all

Inherited from TypedInterfaceConfigurable:

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

Inherited from Configurable (via TypedInterfaceConfigurable):

Line # Kind Name Docs
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
Line # Kind Name Docs
151 Method __init__ Undocumented
139 Method __repr__ Undocumented
57 Method getBinding Return a Binding instance which contains Typed instances
157 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 __init__(self, original, groupInterface): (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.
API Documentation for Nevow, generated by pydoctor.