| Package | Description |
|---|---|
| org.bremersee.pagebuilder |
| Modifier and Type | Method and Description |
|---|---|
static PageControlFactory |
PageControlFactory.newInstance()
Returns a new factory instance.
|
static PageControlFactory |
PageControlFactory.newInstance(String factoryClassName)
Returns a new factory instance of the given class.
|
static PageControlFactory |
PageControlFactory.newInstance(String factoryClassName,
ClassLoader classLoader)
Returns a new factory instance of the given class.
|
PageControlFactory |
PageControlFactory.setComparatorItemTransformer(org.bremersee.comparator.ComparatorItemTransformer comparatorItemTransformer)
Sets the comparator item transformer, that reads and writes the
comparator item query parameter.
|
PageControlFactory |
PageControlFactory.setComparatorParamName(String comparatorParamName)
Sets the name of the comparator query parameter.
|
PageControlFactory |
PageControlFactory.setMaxPaginationLinks(int maxPaginationLinks)
Sets the maximum numbers of pagination links.
|
PageControlFactory |
PageControlFactory.setPageNumberParamName(String pageNumberParamName)
Sets the name of the page number query parameter.
|
PageControlFactory |
PageControlFactory.setPageSizeParamName(String pageSizeParamName)
Sets the name page size query parameter.
|
PageControlFactory |
PageControlFactory.setPageSizeSelectorMaxValue(int pageSizeSelectorMaxValue)
Sets the maximum value, that the page size selector can have.
|
PageControlFactory |
PageControlFactory.setPageSizeSelectorMinValue(int pageSizeSelectorMinValue)
Sets the minimum value, that the page size selector can have.
|
PageControlFactory |
PageControlFactory.setPageSizeSelectorStep(int pageSizeSelectorStep)
Sets the step size of the page size selector.
|
PageControlFactory |
PageControlFactory.setQueryParamName(String queryParamName)
Sets the name of the query parameter.
|
PageControlFactory |
PageControlFactory.setQuerySupported(boolean isQuerySupported)
Specifies whether a query field should be displayed on the page or not.
|
PageControlFactory |
PageControlFactory.setSelectAllEntriesAvailable(boolean selectAllEntriesAvailable)
Specifies whether the maximum results per page selector has an item to
choose all available entries or not.
|
Copyright © 2016 bremersee.org. All rights reserved.