vaadin / flow

Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
Apache License 2.0
616 stars 169 forks source link

add client-side API to listen to view lifecycle events #1895

Open vlukashov opened 7 years ago

vlukashov commented 7 years ago

As a developer I want to execute some JS code in response to entering / leaving a view.

Example: when starting navigation from any one view to another I want to change the page title to ... so that the window title shown in the browser UI clearly indicates that a transition is in progress.

The view life cycle events I would like to have access to:

gilberto-torrezan commented 7 years ago

Awaits for #512