Uses of Class
com.vaadin.flow.component.polymertemplate.PolymerTemplate
Packages that use PolymerTemplate
-
Uses of PolymerTemplate in com.vaadin.flow.component.polymertemplate
Method parameters in com.vaadin.flow.component.polymertemplate with type arguments of type PolymerTemplateModifier and TypeMethodDescriptionNpmTemplateParser.getTemplateContent(Class<? extends PolymerTemplate<?>> clazz, String tag, VaadinService service) Deprecated.TemplateParser.getTemplateContent(Class<? extends PolymerTemplate<?>> clazz, String tag, VaadinService service) Deprecated.Gets the template data which contains a JSOUPElementrepresenting the template content and the template uri.TemplateInitializer.getUsesClass(Class<? extends PolymerTemplate<?>> templateType, String tagName) Deprecated.Looks for a component class with the given tag name among the classes used by the given polymer template class.Constructors in com.vaadin.flow.component.polymertemplate with parameters of type PolymerTemplateModifierConstructorDescriptionTemplateInitializer(PolymerTemplate<?> template, TemplateParser parser, VaadinService service) Deprecated.Creates a new initializer instance.