com.vaadin.annotations
Annotation Type Theme


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Theme

Defines a specific theme for a Root.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value
Returns:
simple name of the theme


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.