Class PaginationSP
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.pagination.AbstractPagination
-
- org.silverpeas.core.web.util.viewgenerator.html.pagination.PaginationSP
-
- All Implemented Interfaces:
Pagination
,SimpleGraphicElement
public class PaginationSP extends AbstractPagination
-
-
Field Summary
-
Fields inherited from interface org.silverpeas.core.web.util.viewgenerator.html.pagination.Pagination
INDEX_PARAMETER_NAME, ITEMS_PER_PAGE_PARAM
-
-
Constructor Summary
Constructors Constructor Description PaginationSP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
print()
Print an html representation for this object.String
printCounter()
Method declarationString
printIndex()
Method declarationString
printIndex(String javascriptFunc)
String
printIndex(String javascriptFunc, boolean nbItemsPerPage)
-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.pagination.AbstractPagination
displayTotalNumberOfPages, getActionSuffix, getAltNextPage, getAltPreviousPage, getBaseURL, getCurrentPage, getFirstItemIndex, getIconsPath, getIndexForCurrentPage, getIndexForDirectPage, getIndexForLastPage, getIndexForNextPage, getIndexForPreviousPage, getIndexThreshold, getJumperThreshold, getLastItemIndex, getMultilang, getNbItemPerPageList, getNbItems, getNbItemsPerPage, getNbPage, getNumberPageOnCurrentLeft, getNumberPageOnCurrentRight, getNumberPageThreshold, getNumberPerPageThreshold, getPaginationAllThreshold, getString, getString, getStringWithParam, init, isLastPage, setActionSuffix, setAltNextPage, setAltPreviousPage, setBaseURL, setMultilang
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.web.util.viewgenerator.html.pagination.Pagination
getPaginatedListFrom, getStartLastIndexes
-
-
-
-
Method Detail
-
printCounter
public String printCounter()
Description copied from interface:Pagination
Method declaration- Returns:
-
printIndex
public String printIndex()
Description copied from interface:Pagination
Method declaration- Returns:
-
print
public String print()
Description copied from interface:SimpleGraphicElement
Print an html representation for this object.- Returns:
- The html representation for this object.
-
-