如何实现一个可搜索的TreeField?

发布于 2024-08-12 02:05:46 字数 176 浏览 6 评论 0原文

我知道如何实现 树田。但是如何实现可搜索的

I got how to implement a TreeField. But how to implement a searchable TreeField?

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

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

发布评论

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

评论(2

霞映澄塘 2024-08-19 02:05:46

我想说实现类似 带有复选框和搜索条件的列表

因此,您有 TreeField 控件的向量,每个控件都有一些文本值,在输入文本时,您将遍历所有向量,并在第一个相等时聚焦一个字段。

I would say to implement something like List with checkbox along with search criteria

So you have vector of TreeField controls, each has some text value, on enter text you walk through all vector and on first equality focus a field.

浅唱々樱花落 2024-08-19 02:05:46

尝试简单地添加一个 editField 和一个树形字段,并向 editField 添加一个changeListener。当它发生变化(写入一个字符)时,您将重新填充树字段......这是最简单的方法。我假设您有之前填充树域的日期,所以现在必须只选择那些符合条件的人。

Try simply to add a editField and a treefield and add a changeListener to the editField. When it changes (write a char) you repopulate the treefield... that is the easiest way. I assume you have the date where you populate the treefield previously, so now must to select only those who meets the criteria..

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