Class Ember.LinkView
Ember.LinkView
renders an element whose click
event triggers a
transition of the application's instance of Ember.Router
to
a supplied route by name.
Instances of LinkView
will most likely be created through
the link-to
Handlebars helper, but properties of this class
can be overridden to customize application-wide behavior.
Methods
- $
- addObserver
- append
- appendTo
- beginPropertyChanges
- cacheFor
- create
- createChildView
- createElement
- createWithMixins
- decrementProperty
- destroy
- destroyElement
- eachComputedProperty
- endPropertyChanges
- findElementInParentElement
- get
- getProperties
- getWithDefault
- has
- hasObserverFor
- incrementProperty
- init
- metaForProperty
- notifyPropertyChange
- off
- on
- one
- propertyDidChange
- propertyWillChange
- remove
- removeAllChildren
- removeChild
- removeFromParent
- removeObserver
- render
- reopen
- reopenClass
- replaceIn
- rerender
- set
- setProperties
- toString
- toggleProperty
- trigger
- willDestroy
Properties
- active
- activeClass
- ariaRole
- attributeBindings
- classNameBindings
- classNames
- concatenatedProperties
- context
- controller
- disabled
- disabledClass
- element
- eventName
- href
- isDestroyed
- isDestroying
- isView
- isVisible
- layout
- layoutName
- loading
- loadingClass
- loadingHref
- nearestChildOf
- nearestOfType
- nearestWithProperty
- parentView
- rel
- replace
- tagName
- template
- templateName
- templates
- title
- views