pkt1583 / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Missing method Reader#readRecords #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Applies to 0.9.2

The Reader#readRecords(Object[][] data) method from Ext is not exposed,
with this it would be possible to create Records directly from a known 
reader instead of the RecordDef instance, thus saving an intermediate 
MemoryProxy/ArrayReader/Store creation to create a single Record instance 
directly from Java.

Original issue reported on code.google.com by froc...@gmail.com on 12 Nov 2007 at 1:51

GoogleCodeExporter commented 8 years ago
you can see the javadoc about the class of Record and  Store

Original comment by zhwulov...@gmail.com on 28 Sep 2008 at 12:19