|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.html.PaginatorPage
public class PaginatorPage
Used by Paginator to build links on pages
Constructor Summary | |
---|---|
PaginatorPage()
|
Method Summary | |
---|---|
int |
getIndex()
Returns the Index |
String |
getName()
Returns the Name |
String |
getUrl()
Returns the Url |
void |
setIndex(int nIndex)
Sets the Index |
void |
setName(String strName)
Sets the Name |
void |
setUrl(String strUrl)
Sets the Url |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaginatorPage()
Method Detail |
---|
public String getUrl()
public void setUrl(String strUrl)
strUrl
- The Urlpublic String getName()
public void setName(String strName)
strName
- The Namepublic int getIndex()
public void setIndex(int nIndex)
nIndex
- The Index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |