We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Record Class
com.vaadin.signals.impl.CommandResult.NodeModification
Packages that use CommandResult.NodeModification
-
Uses of CommandResult.NodeModification in com.vaadin.signals.impl
Methods in com.vaadin.signals.impl that return CommandResult.NodeModificationModifier and TypeMethodDescriptionCommandResult.Accept.onlyUpdate()
Asserts that this result contains exactly one modification and returns it.
Methods in com.vaadin.signals.impl that return types with arguments of type CommandResult.NodeModificationModifier and TypeMethodDescriptionCommandResult.Accept.updates()
Returns the value of the
updates
record component.Constructor parameters in com.vaadin.signals.impl with type arguments of type CommandResult.NodeModificationModifierConstructorDescriptionAccept
(Map<Id, CommandResult.NodeModification> updates, Map<Id, SignalCommand.ScopeOwnerCommand> originalInserts) Creates an instance of a
Accept
record class.