ControlContainer<T extends AbstractControlGroup> class abstract

A directive that contains multiple NgControls contained in a AbstractControlGroup.

Only used by the forms package.

Inheritance
Implementers

Constructors

ControlContainer()

Properties

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

Methods

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

Operators

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