Interface TemplateDataAnalyzer.InjectableFieldCunsumer
- All Superinterfaces:
InjectableFieldConsumer
- 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
extends InjectableFieldConsumer
Three argument consumer.
- Since:
- 1.0
- Author:
- Vaadin Ltd
-
Method Summary
-
Method Details
-
apply
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:
applyin interfaceInjectableFieldConsumer- Parameters:
field- the field declared in a template classid- the element idtag- the element tag
-