ビュー currentState を、注入されたプレゼンテーション モデル クラスにある状態変数にバインドしようとしています。
私がこれを行う場合:
<fx:Binding source="{model.state}" destination="{this.currentState}">
次に、コンパイラ エラー メッセージが表示さ[project_name]: Initializer for 'destination': data binding expression not allowed here.
れます。UIComponent プロパティ currentState にはパブリック セッターがあります。
currentState
ビュープロパティをバインディングの対象にできないのはなぜですか?