ReadOnlyProperty
A ReadOnlyProperty is an ObservableValue, which is aware of its owner (bean), and the beanName.
Unlike JavaFX, a ReadOnlyProperty must have a bean and beanName. Use ObservableValue instead if you want it to be anonymous.