cn.gtmap.estateplat.core.support.mybatis.page.model
类 PageImpl<T>
java.lang.Object
cn.gtmap.estateplat.core.support.mybatis.page.model.PageImpl<T>
- 所有已实现的接口:
- Page<T>, Serializable
public class PageImpl<T>
- extends Object
- implements Page<T>, Serializable
Date Created 2014-2-26
- 版本:
- 1.0
- 作者:
- loafer[zjh527@gmail.com]
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageImpl
public PageImpl(Collection<? extends T> content,
int page,
int total,
int limit)
PageImpl
public PageImpl(Collection<? extends T> content,
int total,
org.springframework.data.domain.Pageable pageable)
getTotal
public int getTotal()
- 指定者:
- 接口
Page<T> 中的 getTotal
getRecords
public int getRecords()
- 指定者:
- 接口
Page<T> 中的 getRecords
getPage
public int getPage()
- 指定者:
- 接口
Page<T> 中的 getPage
getPageSize
public int getPageSize()
- 指定者:
- 接口
Page<T> 中的 getPageSize
getItemSize
public int getItemSize()
- 指定者:
- 接口
Page<T> 中的 getItemSize
getRows
public List<T> getRows()
- 指定者:
- 接口
Page<T> 中的 getRows
getRow
public T getRow(int index)
- 指定者:
- 接口
Page<T> 中的 getRow
getStatus
public int getStatus()
- 指定者:
- 接口
Page<T> 中的 getStatus
Copyright © 2015–2018 cn.gtmap. All rights reserved.