鸿蒙OS开发文档 鸿蒙OS TextFilter.FilterResults

2024-02-25 开发教程 鸿蒙OS开发文档 匿名 2

TextFilter.FilterResults

java.lang.Object
|---ohos.agp.components.TextFilter.FilterResults

protected static class TextFilter.FilterResults
extends Object

获取过滤结果。

Since:

2

字段摘要

修饰符和类型字段描述
Objectresults表示过滤结果。
intsize表示过滤结果的个数。

构造函数摘要

构造函数描述
FilterResults()用于创建 FilterResults 对象的默认构造函数。

方法总结

从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

字段详细信息

results

public Object results

表示过滤结果。

Since:

2

size

public int size

表示过滤结果的个数。

Since:

2

构造函数详细信息

FilterResults

public FilterResults()

用于创建 FilterResults 对象的默认构造函数。

Since:

2