PageDirection Stay organized with collections Save and categorize content based on your preferences.
Page Summary
PageDirection defines constants for indicating the direction of pagination over data sets.
The available direction constants are NEXT (advancing toward the end), NONE (no pagination), and PREV (advancing toward the beginning).
Direction constants for pagination over data sets.
Nested Class Summary
| @interface | PageDirection.Direction | Direction constants for pagination over data sets. | |
Constant Summary
| 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. |
Inherited Method Summary
Constants
public static final intNEXT
Direction advancing toward the end of the data set.
public static final intNONE
Constant indicating that no pagination is occurring.
public static final intPREV
Direction advancing toward the beginning of the data set.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.