You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
The view class needs to be set to each page you want to apply it for. All built-in pages default to DefaultValoView.java.
You can write your Vaadin functionality directly to View if you so wish and avoid Viewlet abstraction. This does mean that you need to have a base class for your view to share common page features like logos and navigation or alternatively replicate some boiler plate code to each view.