类 PageSplit
java.lang.Object
com.gdxsoft.easyweb.datasource.PageSplit
- 所有已实现的接口:
com.gdxsoft.easyweb.utils.IPageSplit
分页对象
- 作者:
- admin
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
构造器详细资料
-
PageSplit
-
-
方法详细资料
-
toJson
public org.json.JSONObject toJson()返回JSON对象- 返回:
-
getPageCurrent
public int getPageCurrent()当前页编号- 指定者:
getPageCurrent在接口中com.gdxsoft.easyweb.utils.IPageSplit- 返回:
- the _PageCurrent
-
getPageCount
public int getPageCount()总页数- 指定者:
getPageCount在接口中com.gdxsoft.easyweb.utils.IPageSplit- 返回:
- the _PageCount
-
getRecordCount
public int getRecordCount()记录数- 指定者:
getRecordCount在接口中com.gdxsoft.easyweb.utils.IPageSplit- 返回:
- the _RecordCount
-
getPageSize
public int getPageSize()每页的记录数- 指定者:
getPageSize在接口中com.gdxsoft.easyweb.utils.IPageSplit- 返回:
- the _PageSize
-