类 BasePageNavigate

java.lang.Object
com.sh.wf.module.base.BasePageNavigate
所有已实现的接口:
Serializable, Cloneable
直接已知子类:
DsPageNavigate, TableNavigate

public abstract class BasePageNavigate extends Object implements Serializable, Cloneable
分页标签基类
另请参阅:
  • 字段详细资料

    • pages

      protected Pages_I pages
    • currentPage

      protected int currentPage
    • totalPages

      protected int totalPages
    • totalRows

      protected int totalRows
    • pageRows

      protected int pageRows
    • context

      protected ModuleContext context
    • dsInfo

      protected DsInfo dsInfo
    • calTotalRows

      protected boolean calTotalRows
    • tnId

      protected String tnId
    • hasMoreData

      protected boolean hasMoreData
    • languageObj

      protected JSONObject languageObj
  • 构造器详细资料

    • BasePageNavigate

      public BasePageNavigate()
  • 方法详细资料

    • initCommon

      protected void initCommon()
    • language

      protected String language(String str)
    • language

      protected String language(String str, String alias)