public class PageNaviImpl extends Object implements PageNavi
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
baseLink |
protected static String |
BR |
protected static String |
BR_TAB |
protected int |
calType |
protected int |
curPage |
protected int |
displayPageFirst |
protected int |
displayPageLast |
protected int |
firstRow |
protected String |
flag |
protected int |
lastRow |
protected boolean |
lazy |
protected String |
lazyKey |
protected long |
lazyPeriod |
protected String |
loadMoreFormat |
protected static org.slf4j.Logger |
log |
protected String |
method |
protected OrderStore |
orders |
protected int |
pageRange |
protected int |
pageRows |
protected Map<String,List<Object>> |
params |
protected static long |
serialVersionUID |
protected boolean |
showJump |
protected boolean |
showStat |
protected boolean |
showVol |
protected String |
style |
protected static String |
TAB |
protected int |
totalPage |
protected int |
totalRow |
protected int |
type |
| 构造器和说明 |
|---|
PageNaviImpl() |
PageNaviImpl(int totalRow,
int curPage,
int pageRows,
String baseLink) |
PageNaviImpl(int curPage,
int pageRows,
String baseLink) |
PageNaviImpl(String baseLink) |
protected static final long serialVersionUID
protected static final org.slf4j.Logger log
protected int totalRow
protected int totalPage
protected int curPage
protected int pageRange
protected int pageRows
protected int displayPageFirst
protected int displayPageLast
protected String baseLink
protected OrderStore orders
protected int calType
protected int firstRow
protected int lastRow
protected boolean lazy
protected String flag
protected long lazyPeriod
protected String lazyKey
protected int type
protected String method
protected String style
protected boolean showStat
protected boolean showJump
protected boolean showVol
protected String loadMoreFormat
public PageNaviImpl(int totalRow,
int curPage,
int pageRows,
String baseLink)
public PageNaviImpl(int curPage,
int pageRows,
String baseLink)
public PageNaviImpl(String baseLink)
public PageNaviImpl()
public void setCalType(int type)
setCalType 在接口中 PageNavitype - 0-按页数 1-按开始结束记录数public int getCalType()
getCalType 在接口中 PageNavipublic int getFirstRow()
getFirstRow 在接口中 PageNavipublic int getLastRow()
getLastRow 在接口中 PageNavipublic int getDisplayPageFirst()
getDisplayPageFirst 在接口中 PageNavipublic void setDisplayPageFirst(int displayPageFirst)
setDisplayPageFirst 在接口中 PageNavidisplayPageFirst - displayPageFirstpublic int getDisplayPageLast()
getDisplayPageLast 在接口中 PageNavipublic void setDisplayPageLast(int displayPageLast)
setDisplayPageLast 在接口中 PageNavidisplayPageLast - displayPageLastpublic String getOrderText(boolean require)
getOrderText 在接口中 PageNavipublic String getOrderText(boolean require, OrderStore store, String delimiter)
public PageNavi setTotalRow(int totalRow)
setTotalRow 在接口中 PageNavitotalRow - totalRowpublic PageNavi setTotalPage(int totalPage)
setTotalPage 在接口中 PageNavitotalPage - totalPagepublic PageNavi setCurPage(int curPage)
setCurPage 在接口中 PageNavicurPage - curPagepublic PageNavi setPageRows(int pageRows)
setPageRows 在接口中 PageNavipageRows - pageRowspublic int getTotalRow()
getTotalRow 在接口中 PageNavipublic int getTotalPage()
getTotalPage 在接口中 PageNavipublic int getCurPage()
getCurPage 在接口中 PageNavipublic int getPageRows()
getPageRows 在接口中 PageNavipublic String getBaseLink()
getBaseLink 在接口中 PageNavipublic PageNavi setBaseLink(String baseLink)
setBaseLink 在接口中 PageNavipublic PageNavi setFirstRow(int firstRow)
setFirstRow 在接口中 PageNavipublic PageNavi setLastRow(int lastRow)
setLastRow 在接口中 PageNavipublic long getLazyPeriod()
getLazyPeriod 在接口中 PageNavipublic PageNavi setLazyPeriod(long ms)
setLazyPeriod 在接口中 PageNavipublic PageNavi setLazyKey(String key)
setLazyKey 在接口中 PageNavipublic String getLazyKey()
getLazyKey 在接口中 PageNavipublic boolean isShowStat()
isShowStat 在接口中 PageNavipublic PageNavi setShowStat(boolean showStat)
setShowStat 在接口中 PageNavipublic boolean isShowJump()
isShowJump 在接口中 PageNavipublic PageNavi setShowJump(boolean showJump)
setShowJump 在接口中 PageNavipublic PageNavi setShowVol(boolean showVol)
setShowVol 在接口中 PageNavipublic String createHidParam(String name, Object values)
createHidParam 在接口中 PageNaviCopyright © 2022. All rights reserved.