Home
Flex
Chart
Components
Container
Data Model
Development
Effects
Event
Graphics
Grid
Style
Menu
dataProvider « Data Model « Flex
Flex
Data Model
dataProvider
1.
Script section and dataProvider section
2.
Set data for TabBar using
and
3.
Create a Legend control is to bind a chart to it by using the dataProvider property
4.
populating dataProvider by using the
5.
uses event handlers to add and remove container children by calling addItem()/removeItemAt() on dataProvider property
6.
Creating a TabBar control, use
and
tags to specify the text for each tab
7.
MultipleDataProviders.mxml
8.
Change Service DataProvider
9.
dataProvider and DataGrid
10.
A custom function to convert new data items to the format required by the data provider