Uses of Class
com.vaadin.client.flow.nodefeature.MapProperty
-
Packages that use MapProperty Package Description com.vaadin.client com.vaadin.client.flow com.vaadin.client.flow.nodefeature -
-
Uses of MapProperty in com.vaadin.client
Methods in com.vaadin.client with parameters of type MapProperty Modifier and Type Method Description booleanInitialPropertiesHandler. handlePropertyUpdate(MapProperty property)Handlespropertyupdate request before it's sent to the server via RPC. -
Uses of MapProperty in com.vaadin.client.flow
Methods in com.vaadin.client.flow with parameters of type MapProperty Modifier and Type Method Description voidStateTree. sendNodePropertySyncToServer(MapProperty property)Sends a map property sync to the server. -
Uses of MapProperty in com.vaadin.client.flow.nodefeature
Methods in com.vaadin.client.flow.nodefeature that return MapProperty Modifier and Type Method Description MapPropertyMapPropertyAddEvent. getProperty()Gets the added property.MapPropertyNodeMap. getProperty(String name)Gets the property with a given name, creating it if necessary.MapPropertyMapPropertyChangeEvent. getSource()Method parameters in com.vaadin.client.flow.nodefeature with type arguments of type MapProperty Modifier and Type Method Description voidNodeMap. forEachProperty(JsMap.ForEachCallback<String,MapProperty> callback)Iterates all properties in this map.Constructors in com.vaadin.client.flow.nodefeature with parameters of type MapProperty Constructor 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.
-