|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.datatable.DataTablePaginationProperties
public class DataTablePaginationProperties
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 |
---|
public DataTablePaginationProperties()
Method Detail |
---|
public int getItemsPerPage()
public void setItemsPerPage(int nItemsPerPage)
nItemsPerPage
- The number of items to display per pagepublic int getCurrentPageIndex()
public void setCurrentPageIndex(int nCurrentPageIndex)
nCurrentPageIndex
- The current page index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |