| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable.events | |
| org.dominokit.domino.ui.datatable.store | |
| org.dominokit.domino.ui.pagination |
| Modifier and Type | Method and Description |
|---|---|
HasPagination |
TablePageChangeEvent.getPagination() |
| Constructor and Description |
|---|
TablePageChangeEvent(int page,
HasPagination pagination) |
| Modifier and Type | Method and Description |
|---|---|
HasPagination |
LocalListDataStore.getPagination() |
| Modifier and Type | Method and Description |
|---|---|
LocalListDataStore<T> |
LocalListDataStore.setPagination(HasPagination pagination)
set the pagination component to be used by the data store
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdvancedPagination
An advanced pagination implementation
|
class |
BasePagination<T extends BasePagination<T>>
Base implementation for pagination
|
class |
ScrollingPagination
A scrolling pagination implementation
|
class |
SimplePagination
A simple pagination implementation
|
| Modifier and Type | Method and Description |
|---|---|
HasPagination |
HasPagination.gotoFirst()
Go to the first page
|
HasPagination |
HasPagination.gotoFirst(boolean silent)
Go to the first page with boolean for notifying listeners or not
|
HasPagination |
HasPagination.gotoLast()
Go to the last page
|
HasPagination |
HasPagination.gotoLast(boolean silent)
Go to the last page with boolean for notifying listeners or not
|
HasPagination |
HasPagination.gotoPage(int page)
Go to a specific page number
|
HasPagination |
HasPagination.gotoPage(int page,
boolean silent)
Go to a specific page number with boolean for notifying listeners or not
|
HasPagination |
HasPagination.markActivePage()
Marks the current page as active
|
HasPagination |
HasPagination.nextPage()
Go to the next page of the current page
|
HasPagination |
HasPagination.nextPage(boolean silent)
Go to the next page of the current page with boolean for notifying listeners or not
|
HasPagination |
HasPagination.onPageChanged(HasPagination.PageChangedCallBack pageChangedCallBack)
Adds listener that will be called when a page is changed
|
HasPagination |
HasPagination.previousPage()
Go to the previous page of the current page
|
HasPagination |
HasPagination.previousPage(boolean silent)
Go to the previous page of the current page with boolean for notifying listeners or not
|
HasPagination |
HasPagination.setPageSize(int pageSize)
Sets the page size
|
HasPagination |
HasPagination.updatePages(int pages)
Updates the number of pages for this pagination
|
HasPagination |
BasePagination.updatePages(int pages) |
HasPagination |
HasPagination.updatePages(int pages,
boolean silent)
Updates the number of pages for this pagination
|
HasPagination |
HasPagination.updatePages(int pages,
int pageSize)
Updates the number of pages and the page size for this pagination
|
HasPagination |
BasePagination.updatePages(int pages,
int pageSize) |
HasPagination |
HasPagination.updatePages(int pages,
int pageSize,
boolean silent)
Updates the number of pages and the page size for this pagination
|
HasPagination |
HasPagination.updatePagesByTotalCount(int totalCount)
Updates the number of pages by providing the total number of items, the calculation will be
based on the page size
|
HasPagination |
BasePagination.updatePagesByTotalCount(int totalCount)
Updates the number of pages by providing the total number of items, the calculation will be
based on the page size
|
HasPagination |
HasPagination.updatePagesByTotalCount(int totalCount,
boolean silent)
Updates the number of pages by providing the total number of items, the calculation will be
based on the page size
|
HasPagination |
BasePagination.updatePagesByTotalCount(int totalCount,
boolean silent)
Updates the number of pages by providing the total number of items, the calculation will be
based on the page size
|
HasPagination |
HasPagination.updatePagesByTotalCount(int totalCount,
int pageSize)
Updates the number of pages by providing the total number of items and the page size
|
HasPagination |
BasePagination.updatePagesByTotalCount(int totalCount,
int pageSize)
Updates the number of pages by providing the total number of items and the page size
|
HasPagination |
HasPagination.updatePagesByTotalCount(int totalCount,
int pageSize,
boolean silent)
Updates the number of pages by providing the total number of items and the page size
|
HasPagination |
BasePagination.updatePagesByTotalCount(int totalCount,
int pageSize,
boolean silent)
Updates the number of pages by providing the total number of items and the page size
|
Copyright © 2019–2022 Dominokit. All rights reserved.