IdCollector
instead. Polymer template support is deprecated - we recommend
you to use LitTemplate instead. Read more details from
the
Vaadin blog.@Deprecated public class IdCollector extends IdCollector
@Id mapped fields in a template class.| Constructor and Description |
|---|
IdCollector(Class<?> templateClass,
String templateFile,
org.jsoup.nodes.Element templateRoot)
Deprecated.
Creates a collector the the given template.
|
collectInjectedIds, getAttributes, getIdByField, getTagByIdpublic IdCollector(Class<?> templateClass, String templateFile, org.jsoup.nodes.Element templateRoot)
templateClass - the template class, containing the @Id fieldstemplateFile - The name of the file containing the template or
null if not available nulltemplateRoot - The root element of the template or null if not
availableCopyright © 2021. All rights reserved.