Package com.vaadin.flow.internal
Class SignalFieldTransfer
java.lang.Object
com.vaadin.flow.internal.SignalFieldTransfer
- All Implemented Interfaces:
Serializable
Transfers local signal values from an old view instance to a new view
instance during hotswap refresh.
For internal use only. May be renamed or removed in a future release.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidtransferLocalSignalValues(HasElement oldInstance, HasElement newInstance) Transfers local signal field values from the old instance to the new instance by matching fields by name and type.
-
Constructor Details
-
SignalFieldTransfer
public SignalFieldTransfer()
-
-
Method Details
-
transferLocalSignalValues
Transfers local signal field values from the old instance to the new instance by matching fields by name and type.- Parameters:
oldInstance- the old view instance being replacednewInstance- the new view instance being created
-