View comments | RSS feed

Using Data Providers and Collections

Several Adobe Flex controls take input from a data provider such as an array or XML object. A Tree control, for example, reads data from a data provider to define the structure of the tree and any associated data assigned to each tree node. Flex controls use collection classes to represent data providers. A collection contains a group of objects, and provides a set of methods that let you access, sort, filter, and modify the items in the collection.

This topic describes data providers and the collection classes. It provides an introduction to using data providers in controls and discusses how to use the collection classes to access and manipulate data. Several topics, including Using Data-Driven Controls and Using Menu-Based Controls describe Flex controls that use data providers.

Contents

About data providers and collections
Using IList interface methods and properties
Using ICollectionView interface methods and properties
</mx:Application>
Using hierarchical data providers
Using remote data providers

Flex 2.01

Take a survey


Comments


mrflipmrflip said on Jul 29, 2007 at 11:46 AM :
The link title </mx:Application> should probably be something like "Example: Updating an Array Using ICollectionView".

Related Topics

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flex/201/html/about_dataproviders_057_01.html