Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Record has (_ref = com.smartgwt.client.Record@#)

$
0
0
Quick question why does a new Record have a this attribute:
Code:

_ref = com.smartgwt.client.data.Record@#
Versus one that is extracted using DataSource.recordsFromXML(Object obj) which only has the attributes from the XML?

Example code:
Code:

Record record = new Record();
System.out.println(record.toMap().toString());

SmartClient Version: v9.0p
GWT: 2.5.1

Viewing all articles
Browse latest Browse all 4756

Trending Articles