|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xwiki.test.ui.po.BaseElement
org.xwiki.extension.test.po.PaginationFilterPane
public class PaginationFilterPane
Represents the pagination filter.
| Constructor Summary | |
|---|---|
PaginationFilterPane()
|
|
| Method Summary | |
|---|---|
int |
getCurrentPageIndex()
|
String |
getCurrentRange()
|
int |
getPageCount()
|
int |
getResultsCount()
|
PaginationFilterPane |
gotoPage(int index)
Loads the specified page of results. |
boolean |
hasNextPage()
|
boolean |
hasPreviousPage()
|
PaginationFilterPane |
nextPage()
Navigates to the next page. |
PaginationFilterPane |
previousPage()
Navigates to the previous page. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PaginationFilterPane()
| Method Detail |
|---|
public int getResultsCount()
public String getCurrentRange()
start - endpublic int getCurrentPageIndex()
public int getPageCount()
public PaginationFilterPane nextPage()
public boolean hasNextPage()
true if the previous page button is active, false otherwisepublic PaginationFilterPane previousPage()
public boolean hasPreviousPage()
true if the previous page button is active, false otherwisepublic PaginationFilterPane gotoPage(int index)
index - the page index
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||