fr.paris.lutece.portal.web.util
Class LocalizedPaginator<E>

java.lang.Object
  extended by fr.paris.lutece.util.html.AbstractPaginator<E>
      extended by fr.paris.lutece.util.html.Paginator<E>
          extended by fr.paris.lutece.portal.web.util.LocalizedPaginator<E>
Type Parameters:
E - Item of the list
All Implemented Interfaces:
IPaginator<E>

public class LocalizedPaginator<E>
extends Paginator<E>

Localized Paginator


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
LocalizedPaginator(java.util.List<E> list, int nItemPerPage, java.lang.String strBaseUrl, java.lang.String strPageIndexParameterName, java.lang.String strPageIndex, java.util.Locale locale)
          Creates a new instance of Paginator
LocalizedPaginator(java.util.List<E> list, int nItemPerPage, java.lang.String strBaseUrl, java.lang.String strPageIndexParameterName, java.lang.String strPageIndex, java.lang.String strItemsPerPageParameterName, java.util.Locale locale)
          Creates a new instance of Paginator
 
Method Summary
 java.lang.String getLabelFirst()
          Get First label
 java.lang.String getLabelItemCount()
          Get Item Count label
 java.lang.String getLabelItemCountPerPage()
          Get Item Count per page label
 java.lang.String getLabelLast()
          Get First label
 java.lang.String getLabelNext()
          Get Next label
 java.lang.String getLabelPrevious()
          Get Previous label
 
Methods inherited from class fr.paris.lutece.util.html.Paginator
getPageItems
 
Methods inherited from class fr.paris.lutece.util.html.AbstractPaginator
getFirstPageLink, getItemsCount, 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

LocalizedPaginator

public LocalizedPaginator(java.util.List<E> list,
                          int nItemPerPage,
                          java.lang.String strBaseUrl,
                          java.lang.String strPageIndexParameterName,
                          java.lang.String strPageIndex,
                          java.util.Locale locale)
Creates a new instance of Paginator

Parameters:
list - The collection to paginate
nItemPerPage - Number of items to display per page
strBaseUrl - The base Url for build links on each page link
strPageIndexParameterName - The parameter name for the page index
strPageIndex - The current page index
locale - The Locale

LocalizedPaginator

public LocalizedPaginator(java.util.List<E> list,
                          int nItemPerPage,
                          java.lang.String strBaseUrl,
                          java.lang.String strPageIndexParameterName,
                          java.lang.String strPageIndex,
                          java.lang.String strItemsPerPageParameterName,
                          java.util.Locale locale)
Creates a new instance of Paginator

Parameters:
list - The collection to paginate
nItemPerPage - Number of items to display per page
strBaseUrl - The base Url for build links on each page link
strPageIndexParameterName - The parameter name for the page index
strPageIndex - The current page index
strItemsPerPageParameterName - The parameter name of the number items per page
locale - The Locale
Method Detail

getLabelFirst

public java.lang.String getLabelFirst()
Get First label

Specified by:
getLabelFirst in interface IPaginator<E>
Overrides:
getLabelFirst in class AbstractPaginator<E>
Returns:
The Label

getLabelPrevious

public java.lang.String getLabelPrevious()
Get Previous label

Specified by:
getLabelPrevious in interface IPaginator<E>
Overrides:
getLabelPrevious in class AbstractPaginator<E>
Returns:
The Label

getLabelNext

public java.lang.String getLabelNext()
Get Next label

Specified by:
getLabelNext in interface IPaginator<E>
Overrides:
getLabelNext in class AbstractPaginator<E>
Returns:
The Label

getLabelLast

public java.lang.String getLabelLast()
Get First label

Specified by:
getLabelLast in interface IPaginator<E>
Overrides:
getLabelLast in class AbstractPaginator<E>
Returns:
The Label

getLabelItemCount

public java.lang.String getLabelItemCount()
Get Item Count label

Specified by:
getLabelItemCount in interface IPaginator<E>
Overrides:
getLabelItemCount in class AbstractPaginator<E>
Returns:
The Label

getLabelItemCountPerPage

public java.lang.String getLabelItemCountPerPage()
Get Item Count per page label

Specified by:
getLabelItemCountPerPage in interface IPaginator<E>
Overrides:
getLabelItemCountPerPage in class AbstractPaginator<E>
Returns:
The Label


Copyright © 2011 Mairie de Paris. All Rights Reserved.