/** * @class Ext.dataview.Location * @extend Ext.Base */ /** * @cfg {Ext.dataview.DataView} [view=null] * The DataView which this location is within * @accessor */ /** * @cfg {Ext.data.Model} [record=null] * The record which this Location represents * @accessor */ /** * @method getElement * Returns the view item *element* referenced *at the time of calling*.. * * @param {Boolean} returnDom Pass `true` to return a DOM object instead of an {@link Ext.dom.Element Element). * @return {HTMLElement/Ext.dom.Element} The view item *element* referenced by this context. */