DEPRECATED
PRIVATE
Extends: Ember.Object
Uses: Ember.Evented
Uses: Ember.ActionHandler
Defined in: packages/ember-views/lib/views/core_view.js:11
Module: ember
Ember.CoreView is an abstract class that exists to give view-like behavior to both Ember's main view class Ember.Component and other classes that don't need the full functionality of Ember.Component.
Unless you have specific needs for CoreView, you will use Ember.Component in your applications.
Ember.View
Object
getViewBoundingClientRect provides information about the position of the bounding border box edges of a view relative to the viewport.
It is only intended to be used by development tools like the Ember Inpsector and may not work on older browsers.
Ember.View
Ember.View
getViewClientRects provides information about the position of the border box edges of a view relative to the viewport.
It is only intended to be used by development tools like the Ember Inspector and may not work on older browsers.
Ember.View
Ember.View
Ember.View
Ember.View
Determines if the element matches the specified selector.
DOMElement
String
Override the default event firing from Ember.Evented to also call methods with the given name.
String
Ember.Viewprivate
If the view is currently inserted into the DOM of a parent view, this property will point to the parent of the view.
Default: null
© 2017 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
http://emberjs.com/api/classes/Ember.CoreView.html