(callback: (child: ViewBase) => boolean)
| 1116 | } |
| 1117 | |
| 1118 | public eachChild(callback: (child: ViewBase) => boolean): void { |
| 1119 | this.eachChildView(<any>callback); |
| 1120 | } |
| 1121 | |
| 1122 | public eachChildView(callback: (view: ViewCommon) => boolean) { |
| 1123 | // |
nothing calls this directly
no test coverage detected