I am trying to use the example at " http://www.smartclient.com/smartgwt/showcase/#grid_databinding_lg_fields " on the showcase to understand the ListGridField. However, it complains about the "countryGrid.setData(CountryData.getRecords());" line because the CountryData.getRecords() method returns an array of CountryRecord objects, and it expects an array of ListGridField objects. Assuming the CountryRecord is a simple POJO, i created a class with its attributes and its getters/setters. It still complains about the setData method. I am not sure how this is working on the showcase. Can one of you point me in the right direction ?
Announcement
Collapse
No announcement yet.
X
Comment