AbstractControlDirective<T extends AbstractControl> class abstract

Base class for control directives.

Only used internally in the forms package.

Implementers

Constructors

AbstractControlDirective()

Properties

control → T?
no setter
dirty bool?
no setter
disabled bool?
no setter
enabled bool?
no setter
errors Map<String, dynamic>?
no setter
hashCode int
The hash code for this object.
no setterinherited
name String?
getter/setter pair
path List<String?>?
no setter
pristine bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
touched bool?
no setter
untouched bool?
no setter
valid bool?
no setter
value → dynamic
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset({dynamic value}) → void
Resets the form control.
toggleDisabled(bool isDisabled) → void
toString() String
A string representation of this object.
inherited

Operators

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