EXTjs4中如何获取可编辑grid中所有修改后的记录

在Ext3.x 中可以使用语句 store.getModifiedRecords() 获取可编辑 grid中所有修改后记录,但Extjs4中没有了这个方法,请问有EXTJS4中如何获取所有修改后的记录?

getUpdatedRecords

[code="java"]getUpdatedRecords( ) : Array

Returns all Model instances that have been updated in the Store but not yet synchronized with the Proxy
Returns

Array

The updated Model instances

[/code]