Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NullObjectPager

Implements Pager contract and represents list without any paging mechanics.

note

This type is configured to use with FiltersService.

Hierarchy

  • NullObjectPager

Implements

Index

Properties

appendedOnLoad

appendedOnLoad: boolean = false

Must be true for such pager implementations which destroy previously loaded data only on full reload and keep data on next chunk loading.

loadedCount

loadedCount: number = 0

Count of records that was loaded at last request.

see

ListResponse.loadedCount

totalCount

totalCount: number = 0

Total count of records in remote data source.

see

ListResponse.totalCount

Methods

processResponse

  • processResponse(response: ListResponse<any> | any[]): void

reset

  • reset(): void

Generated using TypeDoc