接口 ISortField
public interface ISortField
Represents the sort field.
-
方法概要
修饰符和类型方法说明getKey()
Gets the sort range.int
Gets the priority of theISortField
.Gets the sort type.void
setPriority
(int value) Sets the priority of theISortField
.
-
方法详细资料
-
getKey
IRange getKey()Gets the sort range. -
getPriority
int getPriority()Gets the priority of theISortField
. -
setPriority
void setPriority(int value) Sets the priority of theISortField
. -
getSortOn
SortOnType getSortOn()Gets the sort type.
-