interface documentation

class IForm(Interface): (source)

Known implementations: klein.Form

View In Hierarchy

Marker interface for form attached to dependency injection components.

Method populateRequestValues Extract the values present in this request and populate a FieldValues object.
Attribute fields Form fields
def populateRequestValues(injectionComponents, instance, request): (source)

Extract the values present in this request and populate a FieldValues object.

Parameters
injectionComponents:ComponentizedUndocumented
instance:AnyUndocumented
request:IRequestUndocumented
Returns
DeferredUndocumented

Form fields