将选择下拉列表设为不可写

发布于 2024-12-01 09:15:38 字数 257 浏览 0 评论 0原文

我正在使用 Vaadin 框架用 Java 编写 GUI,有一个关于调整下拉列表行为的问题。

使 Select 不可写类型的下拉列表正确的属性操作是什么。也就是说,当选择时,我不希望“写入标记”在等待输入的列表中闪烁,而是让下拉列表展开这样的操作。

我尝试过使用 searchDropDown.setReadOnly(true); 但这完全关闭了下拉行为......

有人有任何想法......? =)

谢谢!

I'm programming a GUI in Java using the Vaadin framework having a question about adjusting the behaviour of a drop down list.

What is the correct property action to make a drop down list of the type Select none-writeable. That is, when selected I don't want the "write-marker" to flash in the list expecting input but rather have the drop down list expand on such an action.

I've tried with searchDropDown.setReadOnly(true); but that turned off the drop down behaviour completely...

Anyone have any ideas...? =)

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心如狂蝶 2024-12-08 09:15:39

尝试使用 NativeSelect 而不是 组合框

Try using a NativeSelect instead of ComboBox?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文