Building data bound master-detail UIs
A master-detail UI allows you to view data from master and detail collections at the same time. This section discusses declarative support in ADF for building master-detail screens. The task involves two steps as explained in the following section.
Building a master-detail data model
To build a master-detail UI, you will need to have a corresponding data model ready first. If you need a quick brush up on building master-detail data models, refer to the topic Adding hierarchical view object instances to an application module in Chapter 6, Introducing the Application Module.
Building a master-detail UI
Once the data model is ready, you can proceed to building the UI. To build a master-detail UI, perform the following steps:
Go to the Data Controls panel, expand the master view object instance and then select the detail view object instance displayed beneath the master view object node.
Drag the detail view object instance and drop it on page design window...