类 PageSplit

java.lang.Object
com.gdxsoft.easyweb.datasource.PageSplit
所有已实现的接口:
com.gdxsoft.easyweb.utils.IPageSplit

public class PageSplit extends Object implements com.gdxsoft.easyweb.utils.IPageSplit
分页对象
作者:
admin
  • 字段详细资料

  • 构造器详细资料

    • PageSplit

      public PageSplit(int recordCount, RequestValue requestValue, int defPageSize)
  • 方法详细资料

    • 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