阅读(3887)
赞(7)
鸿蒙OS TextFilter.FilterResults
2022-09-05 10:38:04 更新
TextFilter.FilterResults
java.lang.Object
|---ohos.agp.components.TextFilter.FilterResults
protected static class TextFilter.FilterResults
extends Object
获取过滤结果。
Since:
2
字段摘要
修饰符和类型 | 字段 | 描述 |
---|---|---|
Object | results | 表示过滤结果。 |
int | size | 表示过滤结果的个数。 |
构造函数摘要
构造函数 | 描述 |
---|---|
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