* Returns true, if view or one of the subviews has focus. * @return {boolean}
()
| 302 | * @return {boolean} |
| 303 | */ |
| 304 | hasFocus () { |
| 305 | return this._focus |
| 306 | } |
| 307 | |
| 308 | /** |
| 309 | * Triggered when a subview receives focus. |
no outgoing calls
no test coverage detected