Interface ISortFields
public interface ISortFields
Represents the sort condition list.
-
Method Summary
void
void
Gets the sort key in the sort list.
int
boolean
-
Method Details
-
get
Gets the sort key in the sort list.
-
add
Adds a sort field.
- Parameters:
sortField
- The sort information.
-
remove
Removes a sort field.
- Parameters:
sortField
- The sort information.
-
getCount
int getCount()
Gets the list count.
-
clear
void clear()
Clears the list.