TListControllerPagination<T, K> extension
- on
-
- TListController<
T, K>
- TListController<
Properties
- canGoToNextPage → bool
-
Available on TListController<
T, K> , provided by the TListControllerPagination extensionno setter - canGoToPreviousPage → bool
-
Available on TListController<
T, K> , provided by the TListControllerPagination extensionno setter - computedItemsPerPage → int
-
Available on TListController<
T, K> , provided by the TListControllerPagination extensionno setter - hasMoreItems → bool
-
Available on TListController<
T, K> , provided by the TListControllerPagination extensionno setter - isFirstPage → bool
-
Available on TListController<
T, K> , provided by the TListControllerPagination extensionno setter - isLastPage → bool
-
Available on TListController<
T, K> , provided by the TListControllerPagination extensionno setter - itemsPerPage → int
-
Available on TListController<
T, K> , provided by the TListControllerPagination extensionno setter - page → int
-
Available on TListController<
T, K> , provided by the TListControllerPagination extensionno setter - pageEndedAt → int
-
Available on TListController<
T, K> , provided by the TListControllerPagination extensionno setter - pageStartedAt → int
-
Available on TListController<
T, K> , provided by the TListControllerPagination extensionno setter - paginationInfo → String
-
Available on TListController<
T, K> , provided by the TListControllerPagination extensionno setter - totalDisplayItems → int
-
Available on TListController<
T, K> , provided by the TListControllerPagination extensionno setter - totalItems → int
-
Available on TListController<
T, K> , provided by the TListControllerPagination extensionno setter - totalPages → int
-
Available on TListController<
T, K> , provided by the TListControllerPagination extensionno 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