SimpleInput<T> class abstract

Implementers

Constructors

SimpleInput({bool mandatory = true, OnlineAction? prepare_action, OnlineAction? cleanup_action, Validation? validate_action, OnlineAction? submit_action, CollectData<T>? collect_data})

Properties

cleanup_action OnlineAction?
getter/setter pair
collect_data CollectData<T>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mandatory bool
getter/setter pair
prepare_action OnlineAction?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submit_action OnlineAction?
getter/setter pair
validate_action Validation?
getter/setter pair

Methods

cleanup(OnlineAction after) SimpleInput<T>
collect(CollectData<T> collect) SimpleInput<T>
fill(T value) Future<Online>
fill_action(Online browser, T value) Future<Online>
fill_with(Online browser, T value) Future<Online>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepare(OnlineAction before) SimpleInput<T>
submit(OnlineAction submit) SimpleInput<T>
toString() String
A string representation of this object.
inherited
validate(Validation validate) SimpleInput<T>

Operators

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