XML View
The concept name is missing or undefined, so a precise definition cannot be provided. Based on the available sources, the closest identifiable concept is the XML View in SAPUI5 — a view type defined in an XML file with a name ending in .view.xml, used by developers to declaratively define and render the UI within the Model-View-Controller (MVC) pattern. Developers use XML Views to declare SAPUI5 controls using namespaces that map to control libraries, handle control aggregations, and bind data to UI elements.
Tutorials that teach this
Docs explaining this concept
- Doc Aggregation Handling in XML Views
- Doc Compiling Declarative HTML (deprecated)
- Doc Declarative Support (deprecated)
- Doc Declarative Support: Aggregations (deprecated)
- Doc Declarative Support: Associations (deprecated)
- Doc Declarative Support: Events (deprecated)
- Doc Declarative Support: Properties (deprecated)
- Doc Defining Controls (deprecated)