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 IdCollector
- java.lang.Object
-
- com.vaadin.flow.component.template.internal.IdCollector
-
- com.vaadin.flow.component.polymertemplate.IdCollector
-
@Deprecated public class IdCollector extends IdCollector
Deprecated.UseIdCollector
instead. Polymer template support is deprecated - we recommend you to useLitTemplate
instead. Read more details from the Vaadin blog.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
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@Id
fieldstemplateFile
- The name of the file containing the template ornull
if not availablenull
templateRoot
- The root element of the template ornull
if not available
-
-