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.
Package com.vaadin.flow.component.polymertemplate
-
Interface Summary Interface Description TemplateParser Template content parser.
-
Class Summary Class Description AbstractTemplate<M> DefaultTemplateParser Default template parser implementation.
PolymerTemplate<M extends TemplateModel> Component for an HTML element declared as a polymer component.
TemplateInitializer Template initialization related logic (parse template, create sub-templates, inject elements by id).
TemplateParser.TemplateData Wrapper for the parsing result.
-
Annotation Types Summary Annotation Type Description EventHandler Publishes the annotated method so it can be invoked from the client side as template event handlers.
Id Defines the id of an element to map to inside a
PolymerTemplate
.ModelItem Allows to receive Model class item from the client side instead of a index of an element in dom-repeat Polymer template section, or string representation.
RepeatIndex Allows to receive index of an element in dom-repeat Polymer template section.