We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.router.
Package com.vaadin.flow.router
Annotation Interface PageTitle
Defines the HTML page title for a navigation target.
Since:
1.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueGets the HTML title that should be used.
Empty string will clear any previous page title. In that case the browser will decide what to show as the title, most likely the url.
You may dynamically update the title for a view by implementing the
HasDynamicTitle.getPageTitle()
method.Returns:
a page title string
-