Annotation Type Title


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    public @interface Title
    Defines the HTML page title for a UI.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Gets the HTML title that should be used if the UI is used on it's own.
    • Element Detail

      • value

        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