Protected
Readonly
_fileProtected
Readonly
_templateProtected
Readonly
_templateProtected
getRetrieves the title of a template page in the specified language.
An object containing language-specific titles.
The language identifier for the title. Defaults to "en", if not provided.
The page title in the specified language, or the first available language if not found.
This method is responsible for the population and rendering of the React component template used within the list capability to display a pagination component. After all dependencies needed by template (@see {PaginationComponentTemplate} for more details) are populated, the template renderer is invoked to generate the resulting React component.
Dependencies providing the information about the aggregate and context for the template.
A promise that resolves to the artifact which contains generated React component for pagination.
The
PaginationComponentGenerator
class is responsible for rendering the React component used to display and enable the pagination. It extends the template generator class and makes use ofPaginationComponentTemplate
for template population and rendering.