ScalaFx: Bidirectional Binding with converter -


javafx has

bindings.bindbidirectional(p1,p2,converter) 

for binding properties converter.

what approach in scalafx ? know can bind properties via

 prop2 <==> prop1 

but how include converter?

thanks.

there no special way in scalafx use binding converter. can use javafx method , pass in scalafx properties , converter.


Comments