Class Ember.CoreView
privateEmber.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.
Methods
- addObserver
- cacheFor
- decrementProperty
- destroy
- get
- getProperties
- has
- incrementProperty
- init
- notifyPropertyChange
- off
- on
- one
- removeObserver
- send
- set
- setProperties
- toString
- toggleProperty
- trigger
- willDestroy
Properties
Events
No documented items