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

Annotation Type Inline

    • Required Element Summary

      Required Elements
      Modifier and Type Required Element Description
      String value

      Classpath file to inline into target element.

    • Element Detail

      • value

        String value

        Classpath file to inline into target element.

        Returns:

        file to inline

      • target

        TargetElement target

        Target element to inline file contents to.

        Returns:

        inline target

        Default:

        com.vaadin.flow.component.page.TargetElement.HEAD

      • position

        Inline.Position position

        Inline position of element. Default appends to target element.

        Returns:

        inline position

        Default:

        com.vaadin.flow.component.page.Inline.Position.APPEND

      • wrapping

        Inline.Wrapping wrapping

        The element type to inline as. Default is automatic which tries to figure out the correct type by file ending.

        Returns:

        inline element type

        Default:

        com.vaadin.flow.component.page.Inline.Wrapping.AUTOMATIC