A base class that all control directive extend.
It binds a Control
object to a DOM element.
Used internally by Angular forms.
- Inheritance
- Object
- AbstractControlDirective
- NgControl
- Implemented by
Constructors
Properties
- asyncValidator → AsyncValidatorFn
-
read-only
- control → dynamic
-
read-only, inherited
- dirty → bool
-
read-only, inherited
- errors → Map<String, dynamic>
-
read-only, inherited
- hashCode → int
-
Get a hash code for this object.
read-only, inherited - name → String
-
read / write
- path → List<String>
-
read-only, inherited
- pristine → bool
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - touched → bool
-
read-only, inherited
- untouched → bool
-
read-only, inherited
- valid → bool
-
read-only, inherited
- validator → ValidatorFn
-
read-only
- value → dynamic
-
read-only, inherited
- valueAccessor → ControlValueAccessor
-
read / write
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited -
viewToModelUpdate(
newValue) → void