com.vaadin.flow.component.polymertemplate.

Annotation Type RepeatIndex


  • @Retention(value=RUNTIME)
     @Target(value=PARAMETER)
     @Documented
    public @interface RepeatIndex

    Allows to receive index of an element in dom-repeat Polymer template section. Can be applied on parameters of int and Integer types. This is a shorthand for @EventData("event.model.index"), for more information, refer to EventData.

    Since:

    1.0

    Author:

    Vaadin Ltd