public interface IPageable extends IClusterable
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentPage() |
long |
getPageCount()
Gets the total number of pages this pageable object has.
|
void |
setCurrentPage(long page)
Sets the a page that should be rendered (page number is zero-based)
|
long getCurrentPage()
void setCurrentPage(long page)
page - The page that should be rendered.long getPageCount()
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.