public class UpdatableModelProperties extends Object
This class is stored inside a StateNode via
StateNode.setNodeData(Object) if there is any data to store at all.
Once it's stored in the StateNode the code which sends updates to the
server side when a polymer property is updated uses this data to detect
whether server expects the update to be sent(see
SimpleElementBindingStrategy).
| Constructor and Description |
|---|
UpdatableModelProperties(JsArray<String> properties)
Creates a new instance of storage class based on given
properties. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUpdatableProperty(String property)
Tests whether the
property is updatable. |
public boolean isUpdatableProperty(String property)
property is updatable.property - the property to testtrue if property is updatableCopyright © 2000–2021 Vaadin Ltd. All rights reserved.