control abstract method

AbstractControl control(
  1. String name
)

Retrieves a child control given the control's name or path.

The name is a dot-delimited string that define the path to the control.

Throws FormControlNotFoundException if no control founded with the specified name/path.

Implementation

AbstractControl<dynamic> control(String name);