Add a Data Provider
Using an object array data provider will make the types contained in Result-Element visible through the IDE. This, in turn, will make component binding easy.
- Select Design in the editing toolbar to return to the design view.
- Expand the Data Providers node in the Components palette.
- From the Data Providers Components palette, select Object Array Data Provider and drop it on the design view.You'll see component obj ectArray-DataProviderl in the Page1 Outline view.
- In the Properties window, change the object array data provider's id property to myResultObject.
- Still in the Properties window, select the drop down opposite property array and select resultArray. This connects the data provider to the array returned in the GoogleSearchObject.
Post a comment