-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
fx2.0
Most of the binding apis return Bindings, which allows you to attach invalidation and change listeners. StringExpression.concat is one of the odd exceptions that returns a StringExpression instead of a StringBinding, which means you can't attach listeners right now.
Request is to change the API of StringExpression.concat to return a StringBinding instead (and allow listeners to be attached).
Request is to change the API of StringExpression.concat to return a StringBinding instead (and allow listeners to be attached).