OptionsFormControl<TEntity> class

Constructors

OptionsFormControl({List<ValidatorsFunction<FormControl<TEntity>>>? validators, bool activate()?, dynamic additionalData, UpdateValidValueHandler<TEntity>? onChangeValue, UpdateValidValueHandler<TEntity>? onChangeValidValue, bool callSetterOnInitialize = true, bool callSetterOnReinitialize = false})

Properties

activate → (bool Function()?)
Function enable validation by condition (always enabled by default) Функция включение валидаций по условию (по умолчанию включено всегда)
final
additionalData → dynamic
Additional information Блок с дополнительной информацией
final
callSetterOnInitialize bool
Invoke onChangeValidValue when FormControl is created. Вызвать onChangeValidValue при создании FormControl.
final
callSetterOnReinitialize bool
Invoke onChangeValidValue when value-getter that passed as first argument changes its underlying value. Вызывать onChangeValidValue при каждом изменении результата функции-геттера из первого аргумента.
final
hashCode int
The hash code for this object.
no setterinherited
onChangeValidValue UpdateValidValueHandler<TEntity>?
Callback get last valid value Передает последние валидное значение
final
onChangeValue UpdateValidValueHandler<TEntity>?
Callback always when value changes Срабатывает всегда при изменении значения
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validators List<ValidatorsFunction<FormControl<TEntity>>>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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