|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.html.AbstractPaginator<E>
fr.paris.lutece.util.html.DelegatePaginator<E>
fr.paris.lutece.portal.web.util.LocalizedDelegatePaginator<E>
E
- the element typepublic class LocalizedDelegatePaginator<E>
Localized Delegate Paginator.
LocalizedPaginator
Field Summary |
---|
Fields inherited from class fr.paris.lutece.util.html.AbstractPaginator |
---|
_list, _nItemPerPage, _nItemsCount, _nPageCurrent, _strBaseUrl, _strItemsPerPageParameterName, _strPageIndexParameterName, LABEL_FIRST, LABEL_LAST, LABEL_NEXT, LABEL_PREVIOUS, PARAMETER_ITEMS_PER_PAGE, PARAMETER_PAGE_INDEX |
Constructor Summary | |
---|---|
LocalizedDelegatePaginator(List<E> list,
int nItemPerPage,
String strBaseUrl,
String strPageIndexParameterName,
String strPageIndex,
int nItemsCount,
Locale locale)
Instantiates a new localized delegate paginator. |
Method Summary | |
---|---|
String |
getLabelFirst()
Get First label |
String |
getLabelItemCount()
Get Item Count label |
String |
getLabelItemCountPerPage()
Get Item Count per page label |
String |
getLabelLast()
Get First label |
String |
getLabelNext()
Get Next label |
String |
getLabelPrevious()
Get Previous label |
Methods inherited from class fr.paris.lutece.util.html.DelegatePaginator |
---|
getPageItems |
Methods inherited from class fr.paris.lutece.util.html.AbstractPaginator |
---|
getFirstPageLink, getItemsCount, getItemsPerPage, getItemsPerPage, getItemsPerPageParameterName, getLastPageLink, getNextPageLink, getPageCurrent, getPageIndex, getPagesCount, getPagesLinks, getPreviousPageLink, getRangeMax, getRangeMin, setItemsPerPageParameterName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalizedDelegatePaginator(List<E> list, int nItemPerPage, String strBaseUrl, String strPageIndexParameterName, String strPageIndex, int nItemsCount, Locale locale)
list
- The collection to paginatenItemPerPage
- Number of items to display per pagestrBaseUrl
- The base Url for build links on each page linkstrPageIndexParameterName
- The parameter name for the page indexstrPageIndex
- The current page indexnItemsCount
- total itemslocale
- The LocaleMethod Detail |
---|
public String getLabelFirst()
getLabelFirst
in interface IPaginator<E>
getLabelFirst
in class AbstractPaginator<E>
public String getLabelPrevious()
getLabelPrevious
in interface IPaginator<E>
getLabelPrevious
in class AbstractPaginator<E>
public String getLabelNext()
getLabelNext
in interface IPaginator<E>
getLabelNext
in class AbstractPaginator<E>
public String getLabelLast()
getLabelLast
in interface IPaginator<E>
getLabelLast
in class AbstractPaginator<E>
public String getLabelItemCount()
getLabelItemCount
in interface IPaginator<E>
getLabelItemCount
in class AbstractPaginator<E>
public String getLabelItemCountPerPage()
getLabelItemCountPerPage
in interface IPaginator<E>
getLabelItemCountPerPage
in class AbstractPaginator<E>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |