Package com.vaadin.annotations
Annotation Type Title
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface Title
Defines the HTML page title for aUI
.
-
-
Element Detail
-
value
String value
Gets the HTML title that should be used if the UI is used on it's own.- Returns:
- a page title string
-
-