Given the presentation model pattern, is the view, presentation model, or model responsible for adding child views to an existing view at runtime?
- by Ryan Taylor
I am building a Flex 4 based application using the presentation model design pattern. This application will have several different components to it as shown in the image below.
The MainView and DashboardView will always be visible and they each have corresponding presentation models and models as necessary. These views are easily created by…