Using ActionScript 3.0 Components |
|
|
|
| Working with Components > Working with a DataProvider | |||
A DataProvider is a data source that you can use to supply data to the ComboBox, DataGrid, List, and TileList components. Each of these component classes has a dataProvider property to which you can assign a DataProvider object to populate the component's cells with data. Typically, a data provider is a collection of data such as an Array or XML object.
|
|
|
|