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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -