Annotation Interface RepeatIndex
Deprecated.
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
@EventData("some_data")directly to receive data from the client side. Polymer template support is deprecated - we recommend you to useLitTemplateinstead. Read more details from the Vaadin blog.