接口 ISortFields
public interface ISortFields
Represents the sort condition list.
-
方法概要
修饰符和类型方法说明void
add
(ISortField sortField) Adds a sort field.void
clear()
Clears the list.get
(int index) Gets the sort key in the sort list.int
getCount()
Gets the list count.boolean
remove
(ISortField sortField) Removes a sort field.
-
方法详细资料
-
get
Gets the sort key in the sort list. -
add
Adds a sort field.- 参数:
sortField
- The sort information.
-
remove
Removes a sort field.- 参数:
sortField
- The sort information.
-
getCount
int getCount()Gets the list count. -
clear
void clear()Clears the list.
-