@ccrowe I see.
And one more question
what kind of property I'm should declare in object
to pass it in bindChildren() function
for some reason next variants did not working
Copy code
val sensorsProperty = SimpleMapProperty<Int, SensorEx>(this, "sensors", sensors?.observable())
var sensors by sensorsProperty
val obsSens = FXCollections.observableArrayList(sensors?.values)