com.vaadin.flow.router.

Annotation Type PageTitle

    • Required Element Summary

      Required Elements
      Modifier and Type Required Element and Description
      String value

      Gets the HTML title that should be used.

    • Element Detail

      • value

        public abstract 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