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
PRIVATE
Defined in: packages/ember-views/lib/mixins/legacy_view_support.js:9
Module: ember-views
_contextDidChange
If a value that affects template rendering changes, the view should be re-rendered to reflect the new value.
nearestChildOf
Return the nearest ancestor whose parent is an instance of
klass
.
nearestInstanceOf
Return the nearest ancestor that is an instance of the provided class.
removeAllChildren
Removes all children from the parentView
.