| Classes | |
|---|---|
| Sort | The Sort class is a JavaBean that abstractly represents the data needed to calculate a sort on some data set. |
| SortDirection | The SortDirection class is an abstract representation of the direction of a sort. |
| SortModel | The SortModel class groups a set of Sort objects. |
| SortStrategy | A SortStrategy is an implementation for the state machine which is used to cycle through sort directions. |