FormManager class abstract
- Implementers
Constructors
Properties
-
backupvalidations
↔ List<
Validation> -
getter/setter pair
- 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, FormElement? element, BuildContext? context}) → void -
close(
) → void -
fillFromFormData(
FormData formData) → void -
fillFromFormManager(
FormManager formManager) → void -
getformElement(
) → List< FormElement> -
getFormProperties(
) → List< FormPropertyValue> -
getFormPropertyValue(
) → List< FormPropertyValue> -
getsubFormPropertyValue(
String SubFormName) → List< FormPropertyValue> -
isSubFormValid(
String subFormName) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetForm(
) → void -
resetSubForm(
String subFormName) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited