Container#cache

cacheInheritingDictprivate Defined in packages/container/lib/container.js:50

DS.ManyArray#loadingRecordsCount()

loadingRecordsCount (count) private Defined in addon/-private/system/many-array.js:215 Parameters: count Number

DS.Errors#_remove()

_removeprivate Defined in addon/-private/system/model/errors.js:329 Removes all error messages from the given attribute without sending event.

Enumerable#isEvery()

isEvery (key, value) Booleanpublic Defined in packages/ember-runtime/lib/mixins/enumerable.js:595 Available since 1.3.0 Returns true if the passed property resolves to the value of the second argument for all items in the enumerable. This method is often simpler/faster than using a callback. Parameters: key String the property to test value [String] optional value to test against. Defaults to `true` Returns: Boolean

NoneLocation#getURL()

getURLStringprivate Defined in packages/ember-routing/lib/location/none_location.js:42 Returns the current path without rootURL. Returns: String path

AriaRoleSupport#ariaRole

ariaRoleStringpublic Defined in packages/ember-views/lib/mixins/aria_role_support.js:14 The WAI-ARIA role of the control represented by this view. For example, a button may have a role of type 'button', or a pane may have a role of type 'alertdialog'. This property is used by assistive software to help visually challenged users navigate rich web applications. The full list of valid WAI-ARIA roles is available at: http://www.w3.org/TR/wai-aria/roles#roles_categorization Default: null

Binding#disconnect()

disconnectEmber.Bindingpublic Defined in packages/ember-metal/lib/binding.js:196 Disconnects the binding instance. Changes will no longer be relayed. You will not usually need to call this method. Returns: Ember.Binding `this`

Container#owner

ownerObjectprivate Defined in packages/container/lib/container.js:35

EngineInstance#setupRegistry()

setupRegistry (registry, options) private Defined in packages/ember-application/lib/system/engine-instance.js:143 Parameters: registry Registry options BootOptions

DS.RecordArray#content

contentEmber.Arrayprivate Defined in addon/-private/system/record-arrays/record-array.js:34 The array of client ids backing the record array. When a record is requested from the record array, the record for the client id at the same index is materialized, if necessary, by the store.