Aggregation Binding (List/Tree Binding)
The concept name was not provided, so a precise definition cannot be determined from the available sources. Based on the source snippets, the closest identifiable concept is the factory function in SAPUI5, which is a powerful approach for creating list items or other controls dynamically during data binding. Developers use it as an alternative to binding templates when they need more flexibility — for example, to display different control types depending on the data of each record. Unlike static binding templates, factory-function-created controls follow a different lifecycle, as described in the Lifecycle of Binding Templates and Using Factory Functions documentation.