MultiForm class

Inheritance

Constructors

MultiForm(NoForm form, {OnlineAction? prepare_action, OnlineAction? cleanup_action, Validation? validate_action, OnlineAction? submit_action, CollectData<List<Map<String, Object>>>? collect_data, bool mandatory = true})

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<Map<String, Object>>> collect) SimpleInput<List<Map<String, Object>>>
inherited
fill(List<Map<String, Object>> value) Future<Online>
inherited
fill_action(Online browser, List<Map<String, Object>> values) Future<Online>
override
fill_with(Online browser, List<Map<String, Object>> value) Future<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