TListControllerPagination<T, K> extension

on

Properties

canGoToNextPage bool

Available on TListController<T, K>, provided by the TListControllerPagination extension

no setter
canGoToPreviousPage bool

Available on TListController<T, K>, provided by the TListControllerPagination extension

no setter
computedItemsPerPage int

Available on TListController<T, K>, provided by the TListControllerPagination extension

no setter
hasMoreItems bool

Available on TListController<T, K>, provided by the TListControllerPagination extension

no setter
isFirstPage bool

Available on TListController<T, K>, provided by the TListControllerPagination extension

no setter
isLastPage bool

Available on TListController<T, K>, provided by the TListControllerPagination extension

no setter
itemsPerPage int

Available on TListController<T, K>, provided by the TListControllerPagination extension

no setter
page int

Available on TListController<T, K>, provided by the TListControllerPagination extension

no setter
pageEndedAt int

Available on TListController<T, K>, provided by the TListControllerPagination extension

no setter
pageStartedAt int

Available on TListController<T, K>, provided by the TListControllerPagination extension

no setter
paginationInfo String

Available on TListController<T, K>, provided by the TListControllerPagination extension

no setter
totalDisplayItems int

Available on TListController<T, K>, provided by the TListControllerPagination extension

no setter
totalItems int

Available on TListController<T, K>, provided by the TListControllerPagination extension

no setter
totalPages int

Available on TListController<T, K>, provided by the TListControllerPagination extension

no setter

Methods

computeItemsPerPageOptions(List<int> options) List<int>

Available on TListController<T, K>, provided by the TListControllerPagination extension

goToFirstPage() → void

Available on TListController<T, K>, provided by the TListControllerPagination extension

goToLastPage() → void

Available on TListController<T, K>, provided by the TListControllerPagination extension

goToNextPage() → void

Available on TListController<T, K>, provided by the TListControllerPagination extension

goToPreviousPage() → void

Available on TListController<T, K>, provided by the TListControllerPagination extension

handleItemsPerPageChange(int newItemsPerPage) → void

Available on TListController<T, K>, provided by the TListControllerPagination extension

handleLoadMore() → void

Available on TListController<T, K>, provided by the TListControllerPagination extension

handlePageChange(int newPage) → void

Available on TListController<T, K>, provided by the TListControllerPagination extension

handleRefresh() → void

Available on TListController<T, K>, provided by the TListControllerPagination extension

handleSearchChange(String search) → void

Available on TListController<T, K>, provided by the TListControllerPagination extension

handleSearchImmediate(String search) → void

Available on TListController<T, K>, provided by the TListControllerPagination extension