Ember.LegacyViewSupport Class packages/ember-views/lib/mixins/legacy_view_support.js:9
PRIVATE
Defined in: packages/ember-views/lib/mixins/legacy_view_support.js:9
Module: ember-views
Show:
_contextDidChange
private
If a value that affects template rendering changes, the view should be re-rendered to reflect the new value.
nearestChildOf
(klass)
deprecated
private
Return the nearest ancestor whose parent is an instance of
klass
.
Parameters:
- klass Class
- Subclass of Ember.View (or Ember.View itself)
Returns:
- Ember.View
nearestInstanceOf
(klass)
deprecated
private
Return the nearest ancestor that is an instance of the provided class.
Parameters:
- klass Class
- Subclass of Ember.View (or Ember.View itself)
Returns:
- Ember.View
removeAllChildren
Ember.View
private
Removes all children from the parentView
.
Returns:
- Ember.View
- receiver