public class DefaultWebPagingRender extends Object implements IPagingRender
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
JS
JS代码
|
protected String |
labelNext
下一页
|
protected String |
labelPageNumberPrefix
当前页码前缀
|
protected String |
labelPageNumberSuffix
当前页码后缀
|
protected String |
labelPageSizePrefix
每页大小前缀
|
protected String |
labelPageSizeSuffix
每页大小后缀
|
protected String |
labelPrev
上一页
|
protected String |
labelRecordCountPrefix
总记录数前缀
|
protected String |
labelRecordCountSuffix
总记录数后缀
|
protected String |
LINK_NONE
默认链接地址
|
protected int |
MAX_GET_LENGTH
GET最大长度,超过该长度将转为POST跳转
|
protected int |
near
显示当前页附近的页码数量
|
protected int[] |
pageSizes
每页大小
|
| 构造器和说明 |
|---|
DefaultWebPagingRender() |
protected int near
protected int[] pageSizes
protected int MAX_GET_LENGTH
protected String LINK_NONE
protected String labelRecordCountPrefix
protected String labelRecordCountSuffix
protected String labelPageSizePrefix
protected String labelPageSizeSuffix
protected String labelPageNumberPrefix
protected String labelPageNumberSuffix
protected String labelPrev
protected String labelNext
protected String JS
Copyright © 2018. All Rights Reserved.