| Package | Description |
|---|---|
| org.bremersee.pagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationDto |
ObjectFactory.createPaginationDto() |
PaginationDto |
PageControlDto.getPagination()
Returns the pagination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageControlDto.setPagination(PaginationDto pagination)
Sets the pagination.
|
| Constructor and Description |
|---|
PageControlDto(PageDto page,
PaginationDto pagination,
String pageNumberParamName,
String pageSizeParamName,
List<PageSizeSelectorOptionDto> pageSizeSelectorOptions,
String comparatorParamName,
String comparatorParamValue,
boolean querySupported,
String queryParamName)
Creates a page control with the given parameters.
|
Copyright © 2016 bremersee.org. All rights reserved.