如何在 smartgwt 中将 SelectItem 中的几个选项项灰显?

发布于 2024-10-21 13:41:55 字数 62 浏览 1 评论 0原文

我试图禁用 smartgwt 中 SelectItem 中的几个选项项,但一直无法找到合适的 API。请帮忙。

I am trying to disable few option items in SelectItem in smartgwt but have not been able to find a suitable API. Please help.

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

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

发布评论

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

评论(3

ヤ经典坏疍 2024-10-28 13:41:55

使用 optionDataSource 提供 SelectItem 的值。然后,您可以使用 ListGrid.recordEnabledProperty 将 ListGridRecords 设置为禁用,或者如果它们只是变灰但未禁用,请使用 SelectItem.setPickListFields() 安装格式和样式覆盖。

Use an optionDataSource to provide the values for the SelectItem. You can then set the ListGridRecords disabled using the ListGrid.recordEnabledProperty, or if you them just greyed out but not disabled, use SelectItem.setPickListFields() to install formatting and styling overrides.

野味少女 2024-10-28 13:41:55

你能告诉我,你为什么要这样做吗?如果您希望某些选项不被选择,则不要将它们包含在 selectItem 中。

Can you tell me, why do you want to do so? If you want some options not to be selected, then don't include them in selectItem.

吹梦到西洲 2024-10-28 13:41:55

你可以下拉一个网格,然后禁用它。

You could drop down a grid, and disable in that.

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