/** * @class Ext.dataview.plugin.ItemTip * @extend Ext.tip.ToolTip * @alias plugin.dataviewtip * * A plugin which is a {@link Ext.tip.ToolTip} which shows itself upon mouseover of a DataView item. * * The associated {@link Ext.data.Model record} is passed into the {@link #setData} method just before * the tip is shown. The record is stored in the `record` property. */