fr.paris.lutece.util.datatable
Class DataTablePaginationProperties

java.lang.Object
  extended by fr.paris.lutece.util.datatable.DataTablePaginationProperties

public class DataTablePaginationProperties
extends Object

The Class DataTablePaginationProperties.


Constructor Summary
DataTablePaginationProperties()
           
 
Method Summary
 int getCurrentPageIndex()
          Get the current page index
 int getItemsPerPage()
          Get the number of items to display per page
 void setCurrentPageIndex(int nCurrentPageIndex)
          Set the current page index
 void setItemsPerPage(int nItemsPerPage)
          Set the number of items to display per page
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTablePaginationProperties

public DataTablePaginationProperties()
Method Detail

getItemsPerPage

public int getItemsPerPage()
Get the number of items to display per page

Returns:
The number of items to display per page

setItemsPerPage

public void setItemsPerPage(int nItemsPerPage)
Set the number of items to display per page

Parameters:
nItemsPerPage - The number of items to display per page

getCurrentPageIndex

public int getCurrentPageIndex()
Get the current page index

Returns:
The current page index

setCurrentPageIndex

public void setCurrentPageIndex(int nCurrentPageIndex)
Set the current page index

Parameters:
nCurrentPageIndex - The current page index


Copyright © 2014 Mairie de Paris. All Rights Reserved.