@Id mapping and
the component API or the element API with property
synchronization instead. Polymer template support is deprecated -
we recommend you to use LitTemplate instead. Read more
details from the
Vaadin blog.@Retention(value=RUNTIME) @Target(value=METHOD) @Repeatable(value=AllowClientUpdates.Container.class) @Documented @Deprecated public @interface AllowClientUpdates
{{propertyName}} or {{propertyName:updatingEvent
syntax in templates.
Use this annotation on accessors in your TemplateModel class to
define whether it's allowed for the client to update server-side model values
ClientUpdateMode| Modifier and Type | Optional Element and Description |
|---|---|
String |
path
Deprecated.
A dot separated path of the sub property that this access control setting
applies to.
|
ClientUpdateMode |
value
Deprecated.
The client update mode to use for the designated property.
|
public abstract ClientUpdateMode value
public abstract String path
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.