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.