class documentation

class FieldInjector: (source)

Implements interfaces: klein.interfaces.IDependencyInjector

View In Hierarchy

Field injector.

Method finalize Finalize this ProtoForm into a real form.
Method injectValue Inject the given value into the form.
Instance Variable _componentized Undocumented
Instance Variable _field Undocumented
Instance Variable _lifecycle Undocumented
def finalize(self): (source)

Finalize this ProtoForm into a real form.

def injectValue(self, instance, request, routeParams): (source)

Inject the given value into the form.

Parameters
instance:AnyUndocumented
request:IRequestUndocumented
routeParams:Dict[str, Any]Undocumented
Returns
AnyUndocumented
_componentized: Componentized = (source)

Undocumented

_field: Field = (source)

Undocumented

Undocumented