禁用 Flex 中的数据网格选择

发布于 2024-12-10 20:22:06 字数 123 浏览 0 评论 0原文

我有一个在 Spark 数据网格中显示的数据数组列表。

一旦我选择一个同上并单击与数据网格链接的按钮,它就会在屏幕上添加一个面板。我想禁用此选择,即告诉该项目面板已被添加。有什么想法我该怎么做?

此致

i have an array list of data which i am showing in spark data grid.

once i select an idem and click on a button that i have linked with datagrid it adds a panel on screen. I want to disable this selection i-e to tell that this item panel have already been added. Any ideas how can i do that?

best Regards

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

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

发布评论

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

评论(2

赠意 2024-12-17 20:22:06

尝试 this.contains(child:DisplayObject) 确定指定的显示对象是 DisplayObjectContainer 实例的子级还是实例本身。搜索包括整个显示列表,其中包括此 DisplayObjectContainer 实例。孙子、曾孙等等都返回 true。

Try this.contains(child:DisplayObject) It Determines whether the specified display object is a child of the DisplayObjectContainer instance or the instance itself. The search includes the entire display list including this DisplayObjectContainer instance. Grandchildren, great-grandchildren, and so on each return true.

尽揽少女心 2024-12-17 20:22:06

我认为数据网格上有一个 .disable() 函数,或者您可以使用 return false; 这样它就不会继续。

I think there's a .disable() function on datagrids, or you can use return false; so that it won't proceed.

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