如何取消FXML表达式绑定?

时间:2019-02-25 03:46:14

标签: fxml

我的代码:

<HBox>
    <ProgressIndicator disable="${!cb0.selected}" progress="0.0" />
    <CheckBox fx:id="cb0"/>
</HBox>

选中复选框(cb0)后,应启用ProgressIndicator,反之亦然。

但是Intellij无法解析!cb0

如何正确否定FXML?

我知道可以从Expression Binding

javafx 8 fxml negation重复

0 个答案:

没有答案