ExplicitFormManager class

Inheritance

Constructors

ExplicitFormManager({required FormData formData})

Properties

form FormElement
getter/setter pairinherited
formElementMap Map<String, FormElement>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isFormValid bool
no setterinherited
mutableValues List<MutableProperty>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validations List<Validation>
getter/setter pairinherited

Methods

changeValue<T>({required T value, required String elementId, String? propertyName, bool ignoreLastChange = false}) → void
inherited
close() → void
inherited
fillFromFormData(FormData formData) → void
inherited
getFormProperties() List<FormPropertyValue>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetForm() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited