| Package | Description |
|---|---|
| org.dominokit.domino.ui.pagination |
| Modifier and Type | Method and Description |
|---|---|
static Pager |
Pager.create() |
Pager |
Pager.disableNext()
Disables the next element
|
Pager |
Pager.disablePrevious()
Disables the previous element
|
Pager |
Pager.enableNext()
Enables the next element
|
Pager |
Pager.enablePrevious()
Enables the previous element
|
Pager |
Pager.nextText(String text)
Sets the text of the next element
|
Pager |
Pager.onNext(Pager.PagerChangeCallback nextCallback)
Sets the handler that will be called when next element is clicked
|
Pager |
Pager.onPrevious(Pager.PagerChangeCallback previousCallback)
Sets the handler that will be called when previous element is clicked
|
Pager |
Pager.previousText(String text)
Sets the text of the previous element
|
Pager |
Pager.show()
Show the item if it is hidden
|
Pager |
Pager.showArrows()
Shows arrows next to the navigation elements
|
Copyright © 2019–2022 Dominokit. All rights reserved.