com.vaadin.flow.component.page.

Annotation Type Inline

    • Required Element Summary

      Required Elements
      Modifier and Type Required Element and Description
      String value

      Classpath file to inline into target element.

    • Element Detail

      • value

        public abstract String value

        Classpath file to inline into target element.

        Returns:

        file to inline

      • target

        public abstract TargetElement target

        Target element to inline file contents to.

        Returns:

        inline target

        Default:

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

      • position

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

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