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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -