com.vaadin.annotations
Annotation Type Title


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

Defines the HTML page title for a UI.


Required Element Summary
 java.lang.String value
          Gets the HTML title that should be used if the UI is used on it's own.
 

Element Detail

value

public abstract java.lang.String value
Gets the HTML title that should be used if the UI is used on it's own.

Returns:
a page title string


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