AppForm class abstract
Constructors
- AppForm()
Properties
- autoValidate → bool
-
no setter
-
formKey
→ GlobalKey<
FormBuilderState> -
final
- hasErrors ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
initialValue
↔ Map<
String, dynamic> -
getter/setter pair
-
listener
← AppFormListener<
AppForm> -
no getter
- loading ↔ bool
-
getter/setter pair
- progressing ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → FormBuilderState?
-
no setter
- success ↔ bool
-
getter/setter pair
Methods
-
getValues(
) → Map< String, dynamic> ? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onChange(
) → void -
onInit(
) → Future -
onReset(
) → void -
onSubmit(
Map< String, dynamic> ? values) → Future -
onValid(
Map< String, dynamic> ? values) → Future -
reset(
) → void -
saveAndValidate(
{bool focusOnInvalid = true, bool autoScrollWhenFocusOnInvalid = false}) → bool? -
setFields(
List< AppFormField> fields) → void -
setHasErrors(
[bool hasErrors = true]) → void -
setLoading(
[bool loading = true]) → void -
setSuccess(
[bool success = true]) → void -
setValidationErrors(
Map< String, dynamic> ? errors) → void -
submit(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateFieldsValue(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited