- getComparatorItem() - Method in interface org.bremersee.pagebuilder.model.PageRequest
-
Returns the comparator item (may be null).
- getComparatorItem() - Method in class org.bremersee.pagebuilder.model.PageRequestDto
-
Returns the comparator item (may be null).
- getComparatorItemTransformer() - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Gets the comparator item transformer, that reads and writes the
comparator item query parameter.
- getComparatorParamName() - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Returns the parameter name of the comparator item.
- getComparatorParamName() - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Gets the name of the comparator query parameter.
- getComparatorParamValue() - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Returns the serialized value of the comparator item.
- getDisplayedPageNumber() - Method in class org.bremersee.pagebuilder.model.PageRequestLinkDto
-
- getDisplayedValue() - Method in class org.bremersee.pagebuilder.model.PageSizeSelectorOptionDto
-
Returns the displayed value (normally the page size plus one).
- getEntries() - Method in interface org.bremersee.pagebuilder.model.Page
-
Returns the elements of the page.
- getEntries() - Method in class org.bremersee.pagebuilder.model.PageDto
-
Returns the elements of the page.
- getEntries() - Method in class org.bremersee.pagebuilder.PageResult
-
- getExtension() - Method in interface org.bremersee.pagebuilder.model.PageRequest
-
Returns a custom extension (may be null).
- getExtension() - Method in class org.bremersee.pagebuilder.model.PageRequestDto
-
Returns a custom extension (may be null).
- getExtension() - Method in interface org.bremersee.pagebuilder.spring.SpringPageRequest
-
Returns a custom extension (may be null).
- getExtension() - Method in class org.bremersee.pagebuilder.spring.SpringPageRequestImpl
-
- getFirstPageLink() - Method in class org.bremersee.pagebuilder.model.PaginationDto
-
Returns the first pagination link.
- getFirstResult() - Method in interface org.bremersee.pagebuilder.model.PageRequest
-
Returns the first result (offset).
- getFirstResult() - Method in class org.bremersee.pagebuilder.model.PageRequestDto
-
Returns the first result (offset).
- getLastPageLink() - Method in class org.bremersee.pagebuilder.model.PaginationDto
-
Returns the last pagination link.
- getLinks() - Method in class org.bremersee.pagebuilder.model.PaginationDto
-
Returns the pagination links.
- getMaxPaginationLinks() - Method in class org.bremersee.pagebuilder.model.PaginationDto
-
Returns the maximum number of pagination links.
- getMaxPaginationLinks() - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Returns the maximum numbers of pagination links.
- getMaxResultsSelectorMaxValue() - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Gets the maximum value, that the page size selector can have.
- getNextPageLink() - Method in class org.bremersee.pagebuilder.model.PaginationDto
-
Returns the next pagination link.
- getObjectComparatorFactory() - Method in class org.bremersee.pagebuilder.PageBuilderImpl
-
Returns the object comparator factory.
- getPage() - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Returns the page.
- getPageBuilderFilter() - Method in class org.bremersee.pagebuilder.PageBuilderImpl
-
Return the filter for this page builder or null if no filter is
present.
- getPageNumber() - Method in interface org.bremersee.pagebuilder.model.PageRequest
-
Returns the requested page number (starting with 0).
- getPageNumber() - Method in class org.bremersee.pagebuilder.model.PageRequestDto
-
Returns the requested page number (starting with 0).
- getPageNumberParamName() - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Returns the parameter name of the page number.
- getPageNumberParamName() - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Gets the name of the page number query parameter.
- getPageRequest() - Method in interface org.bremersee.pagebuilder.model.Page
-
Returns the page request.
- getPageRequest() - Method in class org.bremersee.pagebuilder.model.PageDto
-
Returns the page request.
- getPageRequest() - Method in class org.bremersee.pagebuilder.PageResult
-
- getPageRequestLinks() - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
- getPageSize() - Method in interface org.bremersee.pagebuilder.model.PageRequest
-
Returns the maximum number of elements on the page (is always greater than 0).
- getPageSize() - Method in class org.bremersee.pagebuilder.model.PageRequestDto
-
Returns the maximum number of elements on the page (is always greater than 0).
- getPageSizeParamName() - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Returns the parameter name of the page size.
- getPageSizeParamName() - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Gets the name of the page size query parameter.
- getPageSizeSelectorMinValue() - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Gets the minimum value, that the page size selector can have.
- getPageSizeSelectorOptions() - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Returns a list with page size selector options.
- getPageSizeSelectorStep() - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Gets the step size of the page size selector.
- getPagination() - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Returns the pagination.
- getPreviousPageLink() - Method in class org.bremersee.pagebuilder.model.PaginationDto
-
Returns the previous pagination link.
- getQuery() - Method in interface org.bremersee.pagebuilder.model.PageRequest
-
Returns the search query (may be null).
- getQuery() - Method in class org.bremersee.pagebuilder.model.PageRequestDto
-
Returns the search query (may be null).
- getQuery() - Method in interface org.bremersee.pagebuilder.spring.SpringPageRequest
-
Returns the search query (may be null).
- getQuery() - Method in class org.bremersee.pagebuilder.spring.SpringPageRequestImpl
-
- getQueryParamName() - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Returns the parameter name of the query.
- getQueryParamName() - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Gets the name of the query parameter.
- getTotalPages() - Method in interface org.bremersee.pagebuilder.model.Page
-
Returns the number of all pages.
- getTotalPages() - Method in class org.bremersee.pagebuilder.model.PageDto
-
Returns the number of all pages.
- getTotalPages() - Method in class org.bremersee.pagebuilder.PageResult
-
- getTotalSize() - Method in interface org.bremersee.pagebuilder.model.Page
-
Returns the size of all available elements.
- getTotalSize() - Method in class org.bremersee.pagebuilder.model.PageDto
-
Returns the size of all available elements.
- getTotalSize() - Method in class org.bremersee.pagebuilder.PageResult
-
- getUrl() - Method in class org.bremersee.pagebuilder.model.PageRequestLinkDto
-
- getValue() - Method in class org.bremersee.pagebuilder.model.PageSizeSelectorOptionDto
-
Returns the value (the page size) of this option.
- setActive(boolean) - Method in class org.bremersee.pagebuilder.model.PageRequestLinkDto
-
Specifies whether this link is active or not.
- setComparatorItem(ComparatorItem) - Method in class org.bremersee.pagebuilder.model.PageRequestDto
-
Sets the comparator item (may be null).
- setComparatorItemTransformer(ComparatorItemTransformer) - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Sets the comparator item transformer, that reads and writes the
comparator item query parameter.
- setComparatorParamName(String) - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Sets the parameter name of the comparator item.
- setComparatorParamName(String) - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Sets the name of the comparator query parameter.
- setComparatorParamValue(String) - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Sets the serialized value of the comparator item.
- setDisplayedPageNumber(String) - Method in class org.bremersee.pagebuilder.model.PageRequestLinkDto
-
- setDisplayedValue(String) - Method in class org.bremersee.pagebuilder.model.PageSizeSelectorOptionDto
-
Sets the displayed value of this option.
- setEntries(List<Object>) - Method in class org.bremersee.pagebuilder.model.PageDto
-
Sets the elements of the page.
- setEntries(List<E>) - Method in class org.bremersee.pagebuilder.PageResult
-
Sets the elements of the page.
- setExtension(Object) - Method in class org.bremersee.pagebuilder.model.PageRequestDto
-
Sets a custom extension (may be null).
- setFirstPageLink(PageRequestLinkDto) - Method in class org.bremersee.pagebuilder.model.PaginationDto
-
Sets the first pagination link.
- setFirstResult(Integer) - Method in class org.bremersee.pagebuilder.model.PageRequestDto
-
Sets the first result (offset).
- setLastPageLink(PageRequestLinkDto) - Method in class org.bremersee.pagebuilder.model.PaginationDto
-
Sets the last pagination link.
- setLinks(List<PageRequestLinkDto>) - Method in class org.bremersee.pagebuilder.model.PaginationDto
-
Sets the pagination links.
- setMaxPaginationLinks(int) - Method in class org.bremersee.pagebuilder.model.PaginationDto
-
Sets the maximum number of pagination links.
- setMaxPaginationLinks(int) - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Sets the maximum numbers of pagination links.
- setNextPageLink(PageRequestLinkDto) - Method in class org.bremersee.pagebuilder.model.PaginationDto
-
Sets the next pagination link.
- setObjectComparatorFactory(ObjectComparatorFactory) - Method in class org.bremersee.pagebuilder.PageBuilderImpl
-
Sets the object comparator factory.
- setPage(PageDto) - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Sets the page.
- setPageBuilderFilter(PageBuilderFilter) - Method in class org.bremersee.pagebuilder.PageBuilderImpl
-
Set the filter for this page builder.
- setPageNumber(int) - Method in class org.bremersee.pagebuilder.model.PageRequestDto
-
Sets the requested page number (starting with 0).
- setPageNumberParamName(String) - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Sets the parameter name of page number.
- setPageNumberParamName(String) - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Sets the name of the page number query parameter.
- setPageRequest(PageRequestDto) - Method in class org.bremersee.pagebuilder.model.PageDto
-
Sets the page request.
- setPageRequest(PageRequest) - Method in class org.bremersee.pagebuilder.PageResult
-
Sets the page request.
- setPageRequestLinks(List<PageRequestLinkDto>) - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
- setPageSize(int) - Method in class org.bremersee.pagebuilder.model.PageRequestDto
-
Sets the maximum number of elements on the page (must be greater than 0).
- setPageSizeParamName(String) - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Sets the parameter name of the max results.
- setPageSizeParamName(String) - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Sets the name page size query parameter.
- setPageSizeSelectorMaxValue(int) - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Sets the maximum value, that the page size selector can have.
- setPageSizeSelectorMinValue(int) - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Sets the minimum value, that the page size selector can have.
- setPageSizeSelectorOptions(List<PageSizeSelectorOptionDto>) - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Sets the list with maximum result options.
- setPageSizeSelectorStep(int) - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Sets the step size of the page size selector.
- setPagination(PaginationDto) - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Sets the pagination.
- setPreviousPageLink(PageRequestLinkDto) - Method in class org.bremersee.pagebuilder.model.PaginationDto
-
Sets the previous pagination link.
- setQuery(String) - Method in class org.bremersee.pagebuilder.model.PageRequestDto
-
Sets the search query (may be null).
- setQueryParamName(String) - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Sets the parameter name of the query.
- setQueryParamName(String) - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Sets the name of the query parameter.
- setQuerySupported(boolean) - Method in class org.bremersee.pagebuilder.model.PageControlDto
-
Specifies whether the query field should be displayed or not.
- setQuerySupported(boolean) - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Specifies whether a query field should be displayed on the page or not.
- setSelectAllEntriesAvailable(boolean) - Method in class org.bremersee.pagebuilder.PageControlFactory
-
Specifies whether the maximum results per page selector has an item to
choose all available entries or not.
- setSelected(boolean) - Method in class org.bremersee.pagebuilder.model.PageSizeSelectorOptionDto
-
Sets whether this option is selected or not.
- setTotalPages(int) - Method in class org.bremersee.pagebuilder.model.PageDto
-
Sets the number of all pages.
- setTotalSize(long) - Method in class org.bremersee.pagebuilder.model.PageDto
-
Sets the size of all available elements.
- setTotalSize(long) - Method in class org.bremersee.pagebuilder.PageResult
-
Sets the size of all available elements.
- setUrl(String) - Method in class org.bremersee.pagebuilder.model.PageRequestLinkDto
-
Sets the URL.
- setValue(int) - Method in class org.bremersee.pagebuilder.model.PageSizeSelectorOptionDto
-
Sets the value of this option.
- SpringPageRequest - Interface in org.bremersee.pagebuilder.spring
-
A composition of
Pageable and the addition attributes of a
PageRequestDto.
- SpringPageRequestImpl - Class in org.bremersee.pagebuilder.spring
-
- SpringPageRequestImpl(int, int, String, Object) - Constructor for class org.bremersee.pagebuilder.spring.SpringPageRequestImpl
-
Creates a
PageRequest with the additional attributes of a
PageRequestDto.
- SpringPageRequestImpl(int, int, Sort, String, Object) - Constructor for class org.bremersee.pagebuilder.spring.SpringPageRequestImpl
-
Creates a
PageRequest with the additional attributes of a
PageRequestDto.