public class PageInfo<T> extends Object implements Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getEndRow() |
int |
getFirstPage() |
int |
getLastPage() |
List<T> |
getList() |
int[] |
getNavigatepageNums() |
int |
getNavigatePages() |
int |
getNextPage() |
int |
getPageNum() |
int |
getPages() |
int |
getPageSize() |
int |
getPrePage() |
int |
getSize() |
int |
getStartRow() |
long |
getTotal() |
boolean |
isHasNextPage() |
boolean |
isHasPreviousPage() |
boolean |
isIsFirstPage() |
boolean |
isIsLastPage() |
void |
setPageNum(int pageNum) |
String |
toString() |
public void setPageNum(int pageNum)
public int getPageNum()
public int getPageSize()
public int getSize()
public int getStartRow()
public int getEndRow()
public long getTotal()
public int getPages()
public int getFirstPage()
public int getPrePage()
public int getNextPage()
public int getLastPage()
public boolean isIsFirstPage()
public boolean isIsLastPage()
public boolean isHasPreviousPage()
public boolean isHasNextPage()
public int getNavigatePages()
public int[] getNavigatepageNums()
Copyright © 2015. All rights reserved.