ObjectHeader
The provided sources do not contain enough information to write a grounded definition for an undefined concept. The sources reference UI5 tutorial steps involving a Header Container and Radial Micro Chart, but no specific concept name or sufficient descriptive content is available to produce an accurate, source-grounded definition.
Tutorials that teach this
Docs explaining this concept
Prerequisites
- Concept Detail Page Navigation A **detail page** is a secondary view added to an SAP UI5 application to display in-depth information about a selected item. Developers use it alongside a master or list page to build split-view or navigation-based layouts, as demonstrated in the [UI5 tutorial on adding a detail page](https://ui5.sap.com/#/topic/4e4315cef89e48ceb60b4dc12f5be2d2). It is typically introduced as an initially empty view that is then wired up with routes to make it accessible through the app's navigation flow.
- Concept UI5 MVC View/Controller Pattern The concept name is not defined in the provided sources, so a grounded definition cannot be written. Based on the available source snippets, the closest identifiable topic is **`sap.f.routing.Router`** — a routing utility in SAPUI5 that developers use to manage navigation between pages and layouts within an application. It is utilized, for example, to handle transitions such as navigating from a start page to other pages or adding detail and detail-detail pages, as described in the [SAPUI5 routing tutorials](https://ui5.sap.com/#/topic/7f651316d396400d88835adb0d021532).