Page
Pages contain an application’s UI. Top-level pages are included in the application’s main menu. Includes Composite
Methods
close()
Parameters:
Closes and disposes of the page.
open()
Parameters:
Opens the page, i.e. makes it the active page.
Properties
image
Type: Image
title
Type: string
topLevel
Type: boolean, default: false
Events
“appear” (widget)
Parameters:
- widget: Page
Fired when the page is about to become visible, i.e. it has become the active page.
“disappear” (widget)
Parameters:
- widget: Page
Fired when the page is no longer visible, i.e. another page has become the active page.