The flex dashboard function allows you to display multiple small windows in one interface. Different content is displayed in the window. In addition, you can drag, minimize, maximize, and close small windows. For flex development, it should be very useful. You have time to prepare for analysis and study.Source code.
The following is Adobe's official introduction: http://www.adobe.com/devnet/flex/samples/dashboard/dashboard.html
The dashboard, built by Wasi, is a demo application which displays data using draggable drill down charts, forms, datagrids, and links in a pod layout. you can modify layouts by dragging and dropping pods to a different location and minimizing, maximizing, and restoring pod windows. layout changes are saved using a local1_dobject. layout data is loaded from/data/pods. XML with values in pod. XML indicating which data files to load for a particle pod. you will need the datavisualization. SWC to run this application.
This is an example demo address: http://examples.adobe.com/flex3/devnet/dashboard/main.html can right-click the example to view the source code
This is the example Source Code address: http://examples.adobe.com/flex3/devnet/dashboard/srcview/index.html