ClassNamesSupport#classNames

classNamesArraypublic Defined in packages/ember-views/lib/mixins/class_names_support.js:29 Standard CSS class names to apply to the view's outer element. This property automatically inherits any class names defined by the view's superclasses as well. Default: ['ember-view']

Services and Utilities

Services and Utilities For Super Rentals, we want to be able to display a map showing where each rental is. To implement this feature, we will take advantage of several Ember concepts: A component to display a map on each rental listing. A service to keep a cache of rendered maps to use in different places in the application. A utility function to create a map from the Google Maps API. We'll start by displaying the map and work our way back to using the Google Map API. Display Maps With a C

DS.AdapterPopulatedRecordArray#loadRecords()

loadRecords (records, payload) private Defined in addon/-private/system/record-arrays/adapter-populated-record-array.js:65 Parameters: records Array payload Object normalized payload

DS.JSONSerializer#normalizeSingleResponse()

normalizeSingleResponse (store, primaryModelClass, payload, id, requestType) Object Defined in addon/serializers/json.js:416 Available since 1.13.0 Parameters: store DS.Store primaryModelClass DS.Model payload Object id String|Number requestType String Returns: Object JSON-API Document

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.

EngineInstance#setupRegistry()

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

Container#owner

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

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

DS.Snapshot#adapterOptions

adapterOptions{Object} Defined in addon/-private/system/snapshot.js:33 A hash of adapter options

Container#cache

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