Navigator: With Navigator component, you can easily add the following features to your Vaadin application:
- Navigation between view using almost any UI component
- Bookmarking different views
- Bookmarking references to data within a view (for example ticket number on ticket view)
- Confirming navigation from a view if user have not saved data
- Lazy initialization - view implementations are instantiated when they are navigated to
See the code-example below.