E - 实体类public class PageInfo<E> extends PageSupport<E>
FIRST_PAGE| 构造器和说明 |
|---|
PageInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCurrentPageIndex()
当前页
|
int |
getFirstPageIndex()
首页
|
int |
getLastPageIndex()
最后一页
|
List<E> |
getList()
结果集
|
int |
getNextPageIndex()
下一页
|
int |
getPageCount()
共几页
|
int |
getPageIndex()
当前页索引,等同于getCurrentPageIndex()
|
int |
getPageSize()
每页显示几条记录
|
int |
getPrePageIndex()
上一页
|
int |
getStart()
起始页索引,从0开始,不同于pageIndex
|
long |
getTotal()
总记录数
|
fatchCurrentPageIndex, fatchFirstPageIndex, fatchLastPageIndex, fatchList, fatchNextPageIndex, fatchPageCount, fatchPageIndex, fatchPageSize, fatchPrePageIndex, fatchStart, fatchTotal, process, processEntityToJSONObject, setList, setPageCount, setPageIndex, setPageSize, setStart, setTotal, toStringpublic int getCurrentPageIndex()
public int getPrePageIndex()
public int getNextPageIndex()
public int getFirstPageIndex()
public int getLastPageIndex()
public long getTotal()
public int getPageIndex()
public int getPageSize()
public int getPageCount()
public int getStart()
Copyright © 2021. All Rights Reserved.