AjaxPaginator

interface AjaxPaginator<T> : Paginated<T> (source)

A paginator that can be fetched via AJAX requests.

Inheritors

Properties

Link copied to clipboard
abstract val currentPage: Int

The currently viewed page.

Link copied to clipboard
abstract val entries: List<T>

The entries in this page.

Link copied to clipboard
abstract val isFullyFetched: Boolean

Whether this result set was fully fetched or not.

Link copied to clipboard
abstract val resultsCount: Int

The total number of entries across all pages.

Link copied to clipboard
abstract val totalPages: Int

The total number of pages.