Class IdCollector
java.lang.Object
com.vaadin.flow.component.template.internal.IdCollector
com.vaadin.flow.component.polymertemplate.IdCollector
Deprecated.
Collects information of
@Id mapped fields in a template class.
For internal use only. May be renamed or removed in a future release.
- Since:
- 2.0
-
Constructor Summary
ConstructorsConstructorDescriptionIdCollector(Class<?> templateClass, String templateFile, org.jsoup.nodes.Element templateRoot) Deprecated.Creates a collector the the given template. -
Method Summary
Methods inherited from class com.vaadin.flow.component.template.internal.IdCollector
collectInjectedIds, getAttributes, getIdByField, getTagById
-
Constructor Details
-
IdCollector
public IdCollector(Class<?> templateClass, String templateFile, org.jsoup.nodes.Element templateRoot) Deprecated.Creates a collector the the given template.- Parameters:
templateClass- the template class, containing the@IdfieldstemplateFile- The name of the file containing the template ornullif not availablenulltemplateRoot- The root element of the template ornullif not available
-
IdCollectorinstead. Polymer template support is deprecated - we recommend you to useLitTemplateinstead. Read more details from the Vaadin blog.