We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.polymertemplate.
Class TemplateDataAnalyzer.PolymerParserData
- java.lang.Object
-
- com.vaadin.flow.component.template.internal.ParserData
-
- com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.PolymerParserData
-
Enclosing class:
@Deprecated public static class TemplateDataAnalyzer.PolymerParserData extends ParserData
Deprecated.Immutable parser data which may be stored in cache. Use
ParserData
instead.
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Modifier and Type Method Description void
forEachInjectedField(TemplateDataAnalyzer.InjectableFieldCunsumer consumer)
Deprecated.
Applies the given consumer to each mapped field.
-
Methods inherited from class com.vaadin.flow.component.template.internal.ParserData
forEachInjectedField, getAttributes
-
-
-
-
Constructor Detail
-
PolymerParserData
public 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.
Parameters:
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 templates
-
-
Method Detail
-
forEachInjectedField
public void forEachInjectedField(TemplateDataAnalyzer.InjectableFieldCunsumer consumer)
Deprecated.Applies the given consumer to each mapped field.
Parameters:
consumer
- the consumer to call for each mapped field
-
-