* Sets superview. * @param {?View} view * @return {View} Fluent interface
(view)
| 254 | * @return {View} Fluent interface |
| 255 | */ |
| 256 | setSuperview (view) { |
| 257 | this._superview = view |
| 258 | return this |
| 259 | } |
| 260 | |
| 261 | /** |
| 262 | * Focus this view. |
no outgoing calls
no test coverage detected