@internal
()
| 609 | |
| 610 | /** @internal */ |
| 611 | _setUpControls(): void { |
| 612 | this._forEachChild((control) => { |
| 613 | control.setParent(this); |
| 614 | control._registerOnCollectionChange(this._onCollectionChange); |
| 615 | }); |
| 616 | } |
| 617 | |
| 618 | /** @internal */ |
| 619 | override _updateValue(): void { |
no test coverage detected