You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.router.

Annotation Type PageTitle

    • Required Element Summary

      Required Elements
      Modifier and Type Required Element Description
      String value

      Gets the HTML title that should be used.

    • Element Detail

      • value

        String value

        Gets 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