@FunctionalInterface public static interface TemplateDataAnalyzer.InjectableFieldCunsumer extends InjectableFieldConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Field field,
String id,
String tag)
Performs this operation on the given arguments.
|
void apply(Field field, String id, String tag)
The arguments are: the field declared in a template class, the identifier of the element inside the HTML template file, the element tag.
apply in interface InjectableFieldConsumerfield - the field declared in a template classid - the element idtag - the element tagCopyright © 2000–2022 Vaadin Ltd. All rights reserved.