| Package | Description |
|---|---|
| com.vaadin.client | |
| com.vaadin.client.flow | |
| com.vaadin.client.flow.nodefeature |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InitialPropertiesHandler.handlePropertyUpdate(MapProperty property)
Handles
property update request before it's sent to the server
via RPC. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateTree.sendNodePropertySyncToServer(MapProperty property)
Sends a map property sync to the server.
|
| Modifier and Type | Method and Description |
|---|---|
MapProperty |
MapPropertyAddEvent.getProperty()
Gets the added property.
|
MapProperty |
NodeMap.getProperty(String name)
Gets the property with a given name, creating it if necessary.
|
MapProperty |
MapPropertyChangeEvent.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeMap.forEachProperty(JsMap.ForEachCallback<String,MapProperty> callback)
Iterates all properties in this map.
|
| Constructor and Description |
|---|
MapPropertyAddEvent(NodeMap source,
MapProperty property)
Creates a new property add event.
|
MapPropertyChangeEvent(MapProperty source,
Object oldValue,
Object newValue)
Creates a new map property change event.
|
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.