|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.displaytag.pagination.NumberedPage
public class NumberedPage
Object representing a page.
| Constructor Summary | |
|---|---|
NumberedPage(int pageNumber,
boolean isSelected)
Creates a new page with the specified number. |
|
| Method Summary | |
|---|---|
int |
getNumber()
Returns the page number. |
boolean |
getSelected()
is the page selected? |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NumberedPage(int pageNumber,
boolean isSelected)
pageNumber - page numberisSelected - is the page selected?| Method Detail |
|---|
public int getNumber()
public boolean getSelected()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||