Class Ember.CoreView

private

Ember.CoreView is an abstract class that exists to give view-like behavior to both Ember's main view class Component and other classes that don't need the full functionality of Component.

Unless you have specific needs for CoreView, you will use Component in your applications.