Form class abstract

An interface that NgFormModel and NgForm implement.

Only used by the forms package.

Implementers

Constructors

Form()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addControl(NgControl dir) → void
Add a control to this form.
addControlGroup(NgControlGroup dir) → void
Add a group of controls to this form.
getControl(NgControl dir) Control?
Look up the Control associated with a particular NgControl.
getControlGroup(NgControlGroup dir) AbstractControlGroup?
Look up the AbstractControlGroup associated with a particular NgControlGroup.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeControl(NgControl dir) → void
Remove a control from this form.
removeControlGroup(NgControlGroup dir) → void
Remove a group of controls from this form.
toString() String
A string representation of this object.
inherited
updateModel(NgControl dir, dynamic value) → void
Update the model for a particular control with a new value.

Operators

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