Interface InjectableFieldConsumer

  • All Known Subinterfaces:
    TemplateDataAnalyzer.InjectableFieldCunsumer
    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 interface InjectableFieldConsumer
    Three argument consumer.

    For internal use only. May be renamed or removed in a future release.

    Since:
    Author:
    Vaadin Ltd
    • 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