class documentation

class ProtoForm: (source)

Implements interfaces: klein._form.IProtoForm

View In Hierarchy

Form-builder.

Class Method fromComponentized Create a ProtoForm from a componentized object.
Method addField Add the given field to the form ultimately created here.
Instance Variable fields Form fields
Instance Variable _componentized Undocumented
Instance Variable _lifecycle Undocumented
@classmethod
def fromComponentized(cls, componentized): (source)

Create a ProtoForm from a componentized object.

Parameters
componentized:ComponentizedUndocumented
Returns
ProtoFormUndocumented
def addField(self, field): (source)

Add the given field to the form ultimately created here.

Parameters
field:FieldUndocumented
Returns
FieldInjectorUndocumented
fields: List[Field] = (source)

Form fields

_componentized: Componentized = (source)

Undocumented

Undocumented