Skip to content

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.

7z318ftc

In order to connect the child controllers, a child of the type 'DynamicChild' must be created in the future parent controller:

tlha1kel

The dynamic child parameters are described in the DynamicChild metamodel.