@Deprecated public static class TemplateDataAnalyzer.PolymerParserData extends ParserData
ParserData instead.| Constructor and Description |
|---|
PolymerParserData(Map<Field,String> fields,
Map<String,String> tags,
Map<String,Map<String,String>> attributes,
Set<String> twoWayBindings,
Collection<com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.SubTemplateData> subTemplates)
Deprecated.
Constructs an immutable data object with the given information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
forEachInjectedField(TemplateDataAnalyzer.InjectableFieldCunsumer consumer)
Deprecated.
Applies the given consumer to each mapped field.
|
forEachInjectedField, getAttributespublic PolymerParserData(Map<Field,String> fields, Map<String,String> tags, Map<String,Map<String,String>> attributes, Set<String> twoWayBindings, Collection<com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.SubTemplateData> subTemplates)
fields - a map of fields to their idstags - a map of ids to their tagsattributes - a map of attributes values to the element idtwoWayBindings - the properties which support two way bindingsubTemplates - data for sub templatespublic void forEachInjectedField(TemplateDataAnalyzer.InjectableFieldCunsumer consumer)
consumer - the consumer to call for each mapped fieldCopyright © 2021. All rights reserved.