Direction constants for pagination over data sets.
| @interface | PageDirection.Direction | Direction constants for pagination over data sets. | |
| int | NEXT | Direction advancing toward the end of the data set. |
| int | NONE | Constant indicating that no pagination is occurring. |
| int | PREV | Direction advancing toward the beginning of the data set. |
Direction advancing toward the end of the data set.
Constant indicating that no pagination is occurring.
Direction advancing toward the beginning of the data set.