Ext.data.JsonP.Ext_ux_DataViewTransition({"mixins":[],"code_type":"assignment","inheritable":false,"component":false,"meta":{"author":["Ed Spencer (http://sencha.com)"]},"mixedInto":[],"uses":[],"aliases":{},"parentMixins":[],"superclasses":[],"members":{"event":[],"property":[{"meta":{},"owner":"Ext.ux.DataViewTransition","tagname":"property","name":"cachedStoreData","id":"property-cachedStoreData"},{"meta":{},"owner":"Ext.ux.DataViewTransition","tagname":"property","name":"dataview","id":"property-dataview"},{"meta":{},"owner":"Ext.ux.DataViewTransition","tagname":"property","name":"dataviewID","id":"property-dataviewID"},{"meta":{},"owner":"Ext.ux.DataViewTransition","tagname":"property","name":"defaults","id":"property-defaults"}],"css_var":[],"method":[{"meta":{},"owner":"Ext.ux.DataViewTransition","tagname":"method","name":"constructor","id":"method-constructor"},{"meta":{},"owner":"Ext.ux.DataViewTransition","tagname":"method","name":"cacheStoreData","id":"method-cacheStoreData"},{"meta":{},"owner":"Ext.ux.DataViewTransition","tagname":"method","name":"getAdded","id":"method-getAdded"},{"meta":{},"owner":"Ext.ux.DataViewTransition","tagname":"method","name":"getExisting","id":"method-getExisting"},{"meta":{},"owner":"Ext.ux.DataViewTransition","tagname":"method","name":"getExistingCount","id":"method-getExistingCount"},{"meta":{},"owner":"Ext.ux.DataViewTransition","tagname":"method","name":"getRemaining","id":"method-getRemaining"},{"meta":{},"owner":"Ext.ux.DataViewTransition","tagname":"method","name":"getRemoved","id":"method-getRemoved"},{"meta":{},"owner":"Ext.ux.DataViewTransition","tagname":"method","name":"init","id":"method-init"}],"css_mixin":[],"cfg":[]},"tagname":"class","extends":null,"html":"
Files
Transition plugin for DataViews
\nA cache of existing store data, keyed by id. This is used to determine\nwhether any items were added or removed from the store on data change
\nDefaults to: {}
Reference to the DataView this instance is bound to
\nReference to the DataView this instance is bound to
\nCaches the records from a store locally for comparison later
\nThe store to cache data from
\nReturns all records in the given store that were not already present
\nThe updated store instance
\nObject of records not already present in the dataview in format {id: record}
\nReturns the total number of items that are currently visible in the DataView
\nThe number of existing items
\nReturns all records that are already present and are still present in the new store
\nThe updated store instance
\nObject of records that are still present from last time in format {id: record}
\nReturns all records that are present in the DataView but not the new store
\nThe updated store instance
\nArray of records that used to be present
\nInitializes the transition plugin. Overrides the dataview's default refresh function
\nThe dataview
\n