In the View, use a class "ViewBuilder" to add Node...
# tornadofx
c
In the View, use a class "ViewBuilder" to add Nodes to the View. ViewBuilder supplements the Node type with enough information to bind to the ViewModel. Ex, an added TextField would have an ID which would be a key into a Map-based structure in the ViewModel. As always, the View Nodes bind to the ViewModel for updates.