com.vaadin.annotations
Annotation Type Theme


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

Defines a specific theme for a UI.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value
Returns:
simple name of the theme


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