|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.covcomplplot.Pagination
public class Pagination
Class for rendering paging information in jelly script.
| Constructor Summary | |
|---|---|
Pagination(int currentPage,
int totalCount,
int pagingSize,
java.lang.String moveLink)
Constructor |
|
| Method Summary | |
|---|---|
int |
getCurrentPage()
Get current page |
int |
getPageSize()
Get each page size |
java.lang.String |
getTag()
Get paging tag |
int |
getTotalCount()
Get total item count |
void |
setCurrentPage(int currentPage)
Set current page |
void |
setPageSize(int pageSize)
Set page size |
void |
setTotalCount(int totalCount)
Set total item count |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pagination(int currentPage,
int totalCount,
int pagingSize,
java.lang.String moveLink)
currentPage - Current PagetotalCount - total CountpagingSize - Page SizemoveLink - | Method Detail |
|---|
public java.lang.String getTag()
public int getTotalCount()
public void setTotalCount(int totalCount)
totalCount - total item countpublic int getCurrentPage()
public void setCurrentPage(int currentPage)
currentPage - current pagepublic int getPageSize()
public void setPageSize(int pageSize)
pageSize - the pageSize to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||