arlas-wui-toolkit / Exports / PaginatorI18n

Class: PaginatorI18n

Implements

  • MatPaginatorIntl

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new PaginatorI18n(translate)

Parameters

Name Type
translate TranslateService

Defined in

projects/arlas-toolkit/src/lib/tools/paginatori18n.ts:33

Properties

changes

changes: Subject<void>

Implementation of

MatPaginatorIntl.changes

Defined in

projects/arlas-toolkit/src/lib/tools/paginatori18n.ts:26


firstPageLabel

firstPageLabel: string

Implementation of

MatPaginatorIntl.firstPageLabel

Defined in

projects/arlas-toolkit/src/lib/tools/paginatori18n.ts:30


itemsPerPageLabel

itemsPerPageLabel: string

Implementation of

MatPaginatorIntl.itemsPerPageLabel

Defined in

projects/arlas-toolkit/src/lib/tools/paginatori18n.ts:27


lastPageLabel

lastPageLabel: string

Implementation of

MatPaginatorIntl.lastPageLabel

Defined in

projects/arlas-toolkit/src/lib/tools/paginatori18n.ts:31


nextPageLabel

nextPageLabel: string

Implementation of

MatPaginatorIntl.nextPageLabel

Defined in

projects/arlas-toolkit/src/lib/tools/paginatori18n.ts:28


previousPageLabel

previousPageLabel: string

Implementation of

MatPaginatorIntl.previousPageLabel

Defined in

projects/arlas-toolkit/src/lib/tools/paginatori18n.ts:29

Methods

getRangeLabel

getRangeLabel(page, pageSize, length): string

Parameters

Name Type
page number
pageSize number
length number

Returns

string

Implementation of

MatPaginatorIntl.getRangeLabel

Defined in

projects/arlas-toolkit/src/lib/tools/paginatori18n.ts:42