Class IdCollector
- java.lang.Object
-
- com.vaadin.flow.component.template.internal.IdCollector
-
- com.vaadin.flow.component.polymertemplate.IdCollector
-
@Deprecated public class IdCollector extends IdCollector
Deprecated.UseIdCollectorinstead. Polymer template support is deprecated - we recommend you to useLitTemplateinstead. Read more details from the Vaadin blog.Collects information of@Idmapped fields in a template class.For internal use only. May be renamed or removed in a future release.
- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description IdCollector(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 Detail
-
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
-
-