Class

AdmPager

AdmPager(config)

---------------------------------------------------------------------------------------------- Class Page Handling ----------------------------------------------------------------------------------------------
Constructor

# new AdmPager(config)

Create a basic adamantium app.
Parameters:
Name Type Description
config Object Configuration object of adamantium app

View Source pager/AdmPager.js, line 15

Methods

# setLayout(Layout) → {Promise}

Set a page layout.
Parameters:
Name Type Description
Layout Class Class of a layout

View Source pager/AdmPager.js, line 120

A resolved promise
Promise

# async setPage(Page, pageData)

Set loaded page.
Parameters:
Name Type Description
Page Class Class of page
pageData Object page route data

View Source pager/AdmPager.js, line 53