Class PushConfigurationMap.PushConfigurationParametersMap
java.lang.Object
com.vaadin.flow.internal.nodefeature.NodeFeature
com.vaadin.flow.internal.nodefeature.NodeMap
com.vaadin.flow.internal.nodefeature.PushConfigurationMap.PushConfigurationParametersMap
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PushConfigurationMap
Map for storing push parameters.
- Since:
- 1.0
- Author:
- Vaadin Ltd
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new map for the given node. -
Method Summary
Methods inherited from class com.vaadin.flow.internal.nodefeature.NodeMap
clear, collectChanges, contains, forEachChild, generateChangesFromEmpty, get, getOrDefault, getOrDefault, getOrDefault, keySet, mayUpdateFromClient, producePutChange, put, put, remove, updateFromClient
Methods inherited from class com.vaadin.flow.internal.nodefeature.NodeFeature
allowsChanges, attachPotentialChild, detatchPotentialChild, getNode, onAttach, onDetach
-
Constructor Details
-
PushConfigurationParametersMap
Creates a new map for the given node.- Parameters:
node
- the node that the map belongs to
-