Ember.CoreView Class
DEPRECATED
PRIVATE
Extends: Ember.Object
Uses: Ember.Evented
Uses: Ember.ActionHandler
Defined in: packages/ember-views/lib/views/core_view.js:18
Module: ember
Ember.CoreView
is an abstract class that exists to give view-like behavior to both Ember's main view class Ember.View
and other classes that don't need the fully functionaltiy of Ember.View
.
Unless you have specific needs for CoreView
, you will use Ember.View
in your applications.
Please login to continue.