Uses of Class
com.vaadin.client.flow.nodefeature.NodeMap
-
Packages that use NodeMap Package Description com.vaadin.client.flow com.vaadin.client.flow.nodefeature -
-
Uses of NodeMap in com.vaadin.client.flow
Methods in com.vaadin.client.flow that return NodeMap Modifier and Type Method Description NodeMapStateNode. getMap(int id)Gets the node map with the given id. -
Uses of NodeMap in com.vaadin.client.flow.nodefeature
Methods in com.vaadin.client.flow.nodefeature that return NodeMap Modifier and Type Method Description NodeMapMapProperty. getMap()Gets the map that this property belongs to.NodeMapMapPropertyAddEvent. getSource()Constructors in com.vaadin.client.flow.nodefeature with parameters of type NodeMap Constructor Description MapProperty(String name, NodeMap map)Creates a new property.MapProperty(String name, NodeMap map, boolean forceValueUpdate)Creates a new property.MapPropertyAddEvent(NodeMap source, MapProperty property)Creates a new property add event.
-