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

Interface TemplateDataAnalyzer.InjectableFieldCunsumer

    • Method Summary

      All Methods
      Modifier and Type Method 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.

        Specified by:

        apply in interface InjectableFieldConsumer

        Parameters:

        field - the field declared in a template class

        id - the element id

        tag - the element tag