public interface ElementPagination extends Element, ElementContainer
| Modifier and Type | Method and Description |
|---|---|
void |
advance() |
void |
back() |
boolean |
canAdvance() |
boolean |
canBack() |
int |
currentPageIndex() |
int |
elementCount() |
boolean |
hasPage(int pageIndex) |
boolean |
isFirstPage() |
boolean |
isLastPage() |
int |
lastPageIndex() |
char |
layout() |
int |
nextPageIndex() |
int |
pageCount() |
int |
previousPageIndex() |
void |
switchTo(int pageIndex) |
cancelOnClick, closeOnClick, displayIf, forceUpdate, interactionDelay, interactionDelayKey, onInteractionDelay, update, updateOnClick, updateOnStateAccess, updateOnStateChangeelementschar layout()
int currentPageIndex()
int nextPageIndex()
int previousPageIndex()
int lastPageIndex()
boolean isFirstPage()
boolean isLastPage()
int elementCount()
int pageCount()
boolean hasPage(int pageIndex)
void switchTo(int pageIndex)
void advance()
boolean canAdvance()
void back()
boolean canBack()