ALFWidgetController class abstract
Constructors
-
ALFWidgetController.new({Map<
Enum, dynamic> ? state, FormzSubmissionStatus status = FormzSubmissionStatus.initial})
Properties
- context ↔ BuildContext
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialized ↔ bool
-
getter/setter pair
- isClosed → bool
-
no setter
- isValidState → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
state
→ Map<
Enum, dynamic> -
final
- status → FormzSubmissionStatus
-
final
Methods
-
dispose(
) → void -
init(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshView(
{dynamic params}) → void -
register(
{required Enum event, required dynamic trigger({dynamic params})}) → void -
repo<
R extends ALFRepository> () → R -
resetState(
{List< Enum> ? fields, bool refresh = true}) → void -
subscribeRepository<
R extends ALFRepository> ({required Enum event, Object? listenChange}) → String -
toString(
) → String -
A string representation of this object.
inherited
-
trigger(
{required Enum event, dynamic params}) → void -
unsubscribeRepository<
R extends ALFRepository> ({required String subscription}) → String? -
update(
{required Map< Enum, dynamic> state, bool refresh = true}) → void -
validate(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited