com.vaadin.flow.component.polymertemplate.

Interface TemplateDataAnalyzer.InjectableFieldCunsumer

  • Enclosing class:

    TemplateDataAnalyzer

    Functional Interface:

    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.


    @FunctionalInterface
    public static interface TemplateDataAnalyzer.InjectableFieldCunsumer

    Three argument consumer.

    Since:

    1.0

    Author:

    Vaadin Ltd

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      void apply(Field field, String id, String tag)

      Performs this operation on the given arguments.

    • Method Detail

      • apply

        void apply(Field field,
                   String id,
                   String tag)

        Performs this operation on the given arguments.

        The arguments are: the field declared in a template class, the identifier of the element inside the HTML template file, the element tag.

        Parameters:

        field - the field declared in a template class

        id - the element id

        tag - the element tag