Change themes in Vaadin 7 via code
I am doing a project in Vaadin 7. In that I need to change the theme of a page. In Vaadin 6, there is a function called 'setTheme()'. so that I can change the theme using that function wherever I want in my code. But, In Vaadin 7, I couldn't find any like that. I know there will be a way to do it. And also how to apply changes on the UI when I change a theme? Will it be changed automatically? (or) ICEPush gonna help me? In Vaadin 7 the method 'setTheme()' has been replaced with the new Annotation @Theme. The "on the fly theme change" is not possible in Vaadin 7. There is a disucssion in this