|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISort
This interface is used to get and set how data is sorted. It indicates which data is being sorted and the direction in which this data is sorted.
Method Summary | |
---|---|
SortDirection |
getDirection()
Returns the direction in which the data is sorted. |
IField |
getSortField()
Returns the field that is being sorted. |
void |
setDirection(SortDirection direction)
Sets the direction in which the data is sorted. |
void |
setSortField(IField sortField)
Sets the field that is being sorted. |
Method Detail |
---|
SortDirection getDirection()
Returns the direction in which the data is sorted.
SortDirection
object that specifies the direction in which that data is
sorted.IField getSortField()
Returns the field that is being sorted.
IField
object containing the field that is being sorted.void setDirection(SortDirection direction)
Sets the direction in which the data is sorted.
direction
- A SortDirection
object that specifies the direction in which that data is
sorted.void setSortField(IField sortField)
Sets the field that is being sorted.
sortField
- An IField
object containing the field that is being sorted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |