Create a bidirectional binding between this StringProperty
and another
arbitrary property. Relies on an implementation of StringConverter
for conversion.
other
| the other Property | |
converter
| the StringConverter used to convert between this StringProperty
and the other Property |
NullPointerException
| if other or converter is null | |
IllegalArgumentException
| if other is this |
Diagram: StringProperty