Returns a ReadOnlyBooleanProperty that wraps a
javafx.beans.property.ReadOnlyProperty. If the
ReadOnlyProperty is already a ReadOnlyBooleanProperty, it
will be returned. Otherwise a new
ReadOnlyBooleanProperty is created that is bound to
the ReadOnlyProperty.
Note: null values will be interpreted as "false"
property
| The source ReadOnlyProperty |
ReadOnlyBooleanProperty that wraps the
ReadOnlyProperty if necessary
NullPointerException
| if property is null |
Diagram: BooleanProperty