FormManager class abstract

Implementers

Constructors

FormManager()

Properties

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

Methods

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

Operators

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