DynamicChild
class DynamicChild
Type of child controller that can be bound at runtime.
ControllerInstances that do not have a fixed binding to a parent can be bound or resolved to a parent at runtime.
For this purpose, the controllers are placed freely and without relation to a parent in the ControllerTree.
In order to connect the child controllers, a child of the type 'DynamicChild' must be created in the future parent controller:
The dynamic child parameters are described in the DynamicChild metamodel.