public static interface EntitiesList.PaginationConstraints
The pagination constraints for view's pager component.
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPage()
Current page.
|
Integer |
getTotal()
Show the total number of entities, if available.
|
boolean |
isFirstPageEnabled()
First page button status.
|
boolean |
isFirstPageVisible()
First page button visibility.
|
boolean |
isLastPageEnabled()
Last page button status.
|
boolean |
isLastPageVisible()
Last page button visibility.
|
boolean |
isNextPageEnabled()
Next page button status.
|
boolean |
isNextPageVisible()
Next page button visibility.
|
boolean |
isPrevPageEnabled()
Previous page button status.
|
boolean |
isPrevPageVisible()
Previous page button visibility.
|
boolean isFirstPageEnabled()
First page button status.
true
, otherwise disabled.boolean isFirstPageVisible()
First page button visibility.
true
, otherwise hidden.boolean isPrevPageEnabled()
Previous page button status.
true
, otherwise disabled.boolean isPrevPageVisible()
Previous page button visibility.
true
, otherwise hidden.int getCurrentPage()
Current page.
boolean isNextPageEnabled()
Next page button status.
true
, otherwise disabled.boolean isNextPageVisible()
Next page button visibility.
true
, otherwise hidden.boolean isLastPageEnabled()
Last page button status.
true
, otherwise disabled.boolean isLastPageVisible()
Last page button visibility.
true
, otherwise hidden.Integer getTotal()
Show the total number of entities, if available.
null
if not available.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.