Short version: Does Vaadin support using different themes for different views/layouts/components in a running application?
Longer version: I'm trying to achieve some very basic functionality/"modularity" where a class is provided which extends View, and is then added to a specific container. That works "ok" currently, using the approach seen here https://stackoverflow.com/a/60775/3560336, to find a specific class. But this view will now use the theme which is used in the main UI for my application. Is there any way to allow this view (or whatever else it could be, e.g. CustomComponent), to be using another theme?