Package | Description |
---|---|
com.vaadin.flow.router |
Modifier and Type | Interface and Description |
---|---|
interface |
AfterNavigationListener
A listener that may be added to the
UI
using
UI.addAfterNavigationListener(AfterNavigationListener) . |
interface |
AfterNavigationObserver
Any
com.vaadin.ui.Component implementing this interface will be
informed when they have been attached to the UI and all navigation tasks have
resolved. |
Modifier and Type | Class and Description |
---|---|
class |
RouterLink
A link that handles navigation internally using
Router instead of
loading a new page in the browser. |
Copyright © 2019. All rights reserved.