接口 ISortFields
public interface ISortFields
代表排序条件列表。
-
方法概要
修饰符和类型方法说明void
add
(ISortField sortField) 添加一个排序字段。void
clear()
清除列表。get
(int index) 获取排序列表中的排序键。int
getCount()
获取列表计数。boolean
remove
(ISortField sortField) 移除一个排序字段。
-
方法详细资料
-
get
获取排序列表中的排序键。 -
add
添加一个排序字段。- 参数:
sortField
- 排序信息。
-
remove
移除一个排序字段。- 参数:
sortField
- 排序信息。
-
getCount
int getCount()获取列表计数。 -
clear
void clear()清除列表。
-