gpt4 book ai didi

javafx - 如何监听 CheckComboBox 的打开/关闭事件?

转载 作者:行者123 更新时间:2023-12-05 04:16:59 24 4
gpt4 key购买 nike

我正在使用 ControlsFXCheckComboBox并想听菜单的打开和关闭事件。有办法吗?

我需要这个,以便在用户关闭菜单/离开该字段时提交已完成的更改。在 TextFields 中,我在用户按下 Enter 键时执行此操作,这似乎不适合使用此控件。或者,我可以尝试以某种方式使用 focusedProperty

最佳答案

我用过

// Commit only when box closes
checkComboBox.addEventHandler(ComboBox.ON_HIDDEN, event -> {
System.out.println("CheckComboBox is now hidden.");
});

看起来很干净。

关于javafx - 如何监听 CheckComboBox 的打开/关闭事件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25177523/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com