|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.unittree.web.action.DefaultUnitSearchFields
public abstract class DefaultUnitSearchFields
DefaultUnitSearchFields
Constructor Summary | |
---|---|
DefaultUnitSearchFields()
|
Method Summary | |
---|---|
java.lang.String |
getCurrentPageIndex()
Current page index |
int |
getDefaultItemsPerPage()
Default items per page |
int |
getItemsPerPage()
Get the items per page |
void |
setCurrentPageIndex(java.lang.String strCurrentPageIndex)
Current page index |
void |
setDefaultItemsPerPage(int nDefaultItemsPerPage)
Default items per page |
void |
setItemsPerPage(int nItemsPerPage)
Set the items per page |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.paris.lutece.plugins.unittree.web.action.IUnitSearchFields |
---|
fillModelForUserSearchForm |
Constructor Detail |
---|
public DefaultUnitSearchFields()
Method Detail |
---|
public java.lang.String getCurrentPageIndex()
getCurrentPageIndex
in interface IUnitSearchFields
public int getDefaultItemsPerPage()
getDefaultItemsPerPage
in interface IUnitSearchFields
public void setCurrentPageIndex(java.lang.String strCurrentPageIndex)
setCurrentPageIndex
in interface IUnitSearchFields
strCurrentPageIndex
- current page indexpublic void setDefaultItemsPerPage(int nDefaultItemsPerPage)
setDefaultItemsPerPage
in interface IUnitSearchFields
nDefaultItemsPerPage
- default items per pagepublic int getItemsPerPage()
getItemsPerPage
in interface IUnitSearchFields
public void setItemsPerPage(int nItemsPerPage)
setItemsPerPage
in interface IUnitSearchFields
nItemsPerPage
- the items per page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |