Page Navigator

A Page Navigator widget can change which page the user sees as the result of an event in a widget. The page can be a page in the current space or a page from a different space.

You can use a Page Navigator to automatically open the page that users need next and to provide the widgets on that page with relevant data. For example, on a page that supports a task, one of the options on the page might lead to a subtask that requires a different page. You can use a Page Navigator to open the subtask page for the user when that user selects the subtask option.

The page that the user sees can be a page in the current space or it can be a page from a different space. For a page in the current space, the space just switches to that page. For a page in a different space, one of the following action occurs:

You use wiring to trigger a Page Navigator. You wire an instance of the Page Navigator to a specific event from another widget. When that widget broadcasts the event, the Page Navigator opens the page that you specify in its settings. The payload of the event contains the data that the widgets on the page can use.