I am using an abstract class that I am not allowed to change.
The abstract class has this operation: saveButton.disableProperty().bind(validBooleanProperty.not())
saveButton.disableProperty().bind(validBooleanProperty.not())