gpt4 book ai didi

java - 如何在 Gxt 3.1.1 中获取 checkBox readOnly 状态,就像 gxt 3.0.0 中的 isReadOnly() 方法一样?

转载 作者:行者123 更新时间:2023-11-30 07:58:16 25 4
gpt4 key购买 nike

我正在尝试使用 Gxt 3.1.1 在我的项目中实现类似以下代码的内容:

CheckBox checkBx = new CheckBox();
checkBx.setReadOnly(False);

System.out.println(checkBx.isReadOnly());

虽然此代码片段在 Gxt 3.0.0 上运行良好,但在 3.1.1 中,它显示最后一行不受支持。也没有方法获取只读状态。我如何实现此类功能的任何方法?

最佳答案

这是 3.0.3 以来的 API 更改(请参阅 https://docs.sencha.com/gxt/3.1/announcements/release_notes.html):

Backwards incompatible - CheckBox and Radio no longer support setting the readOnly attribute (only supported by text and passwords inputs)

您可以使用 setEnabled()isEnabled() 代替。

关于java - 如何在 Gxt 3.1.1 中获取 checkBox readOnly 状态,就像 gxt 3.0.0 中的 isReadOnly() 方法一样?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32333694/

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