After the implementation of the Overview-page, we want to implement the details. The details page should display the details of the selected carrier from the list page, and additionally, the flights and connections of the carrier. The page should look like what is shown in the following figure and can be achieved by using the sap.uxap.ObjectPageLayout.
Watch this video to know more about the structure of sap.uxap.ObjectPageLayout control used in the Detail View.
Use Cases
Use the ObjectPageLayout if:
- The users need to see, edit, or create an item with all its details.
- Users need to get an overview of an object and interact with different parts of the object.
Implementation Example
The figure shows parts of the Carrier-view implementation. You can see the implementation of the aggregations headerTitle and sections.