Skip to content

API IPaginationProvider

Christophe SAUVEUR edited this page Apr 21, 2024 · 1 revision

IPaginationProvider Interface

chsxf\MFX

interface IPaginationProvider

Summary

Interface describing objects that provide pagination information

Since 1.0

Methods

defaultPageCount

public abstract function defaultPageCount(): int

Retrieves the default number of items to display per page

Since 1.0

Returns

int


totalItemCount

public abstract function totalItemCount(): int

Retrieves the total number of items

Since 1.0

Returns

int


Clone this wiki locally