@EventData("some_data")
to receive data from the client
side or @Id
mapping and the component API or the element
API with property synchronization instead. TPolymer template
support is deprecated - we recommend you to use
LitTemplate
instead. Read more details from the
Vaadin blog.@Retention(value=RUNTIME) @Target(value=PARAMETER) @Documented @Deprecated public @interface ModelItem
Can be applied on parameters with classes found in the TemplateModel
.
This is by default a shorthand for @EventData("event.model.item")
that works with List
type model items. For other Model items define
the value to be the methodName e.g. for setSubItem(...)
use
@ModelItem("subItem")
.
public abstract String value
Copyright © 2021. All rights reserved.