清除PredicateEditor中输入的数据

发布于 2024-12-01 07:56:10 字数 125 浏览 3 评论 0原文

我有一个 PredicateEditor,里面有很多行。当您在谓词行中输入任何值时,如果您想清除所有存在的数据,到底需要做什么?

我尝试仅遍历子视图并设置 null 值。它实际上从视图中清除数据,但没有从谓词中清除数据。

I have a PredicateEditor with lot of rows in it.When you enter any value in the predicate row and if you want to clear all the data that was present What exactly has to be done.?

I tried by just traversing the subViews and setting null values . it actually clears the data from the view but not from the predicate.

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

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

发布评论

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

评论(1

纵山崖 2024-12-08 07:56:10

NSPredicateEditor 是一个 NSRulesEditor。调用 -removeRowsAtIndexes:includeSubrows: 删除所需的规则。

NSPredicateEditor is an NSRulesEditor. Call -removeRowsAtIndexes:includeSubrows: to remove the desired rules.

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