NoForm class

Inheritance
Implementers

Constructors

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

Properties

cleanup_action OnlineAction?
getter/setter pairinherited
collect_data CollectData<Map<String, Object>>?
getter/setter pairinherited
fields Map<String, SimpleInput>
getter/setter pair
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<Map<String, Object>>
inherited
collect(CollectData<Map<String, Object>> collect) SimpleInput<Map<String, Object>>
inherited
fill(Map<String, Object> value) Future<Online>
inherited
fill_action(Online browser, Map<String, Object> values) Future<Online>
override
fill_with(Online browser, 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<Map<String, Object>>
inherited
submit(OnlineAction submit) SimpleInput<Map<String, Object>>
inherited
toString() String
A string representation of this object.
inherited
validate(Validation validate) SimpleInput<Map<String, Object>>
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited