MultiForm class
Constructors
-
MultiForm(NoForm form, {OnlineAction? prepare_action, OnlineAction? cleanup_action, Validation? validate_action, OnlineAction? submit_action, CollectData<
List< ? collect_data, bool mandatory = true})Map< >String, Object> >
Properties
- cleanup_action ↔ OnlineAction?
-
getter/setter pairinherited
-
collect_data
↔ CollectData<
List< ?Map< >String, Object> > -
getter/setter pairinherited
- form → NoForm
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mandatory ↔ bool
-
getter/setter pairinherited
- prepare_action ↔ OnlineAction?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- submit_action ↔ OnlineAction?
-
getter/setter pairinherited
- validate_action ↔ Validation?
-
getter/setter pairinherited
Methods
-
cleanup(
OnlineAction after) → SimpleInput< List< Map< >String, Object> > -
inherited
-
collect(
CollectData< List< collect) → SimpleInput<Map< >String, Object> >List< Map< >String, Object> > -
inherited
-
fill(
List< Map< value) → Future<String, Object> >Online> -
inherited
-
fill_action(
Online browser, List< Map< values) → Future<String, Object> >Online> -
override
-
fill_with(
Online browser, List< Map< value) → Future<String, Object> >Online> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepare(
OnlineAction before) → SimpleInput< List< Map< >String, Object> > -
inherited
-
submit(
OnlineAction submit) → SimpleInput< List< Map< >String, Object> > -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validate(
Validation validate) → SimpleInput< List< Map< >String, Object> > -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited