Uses of Class
com.vaadin.flow.server.SystemMessages
Packages that use SystemMessages
-
Uses of SystemMessages in com.vaadin.flow.server
Subclasses of SystemMessages in com.vaadin.flow.serverModifier and TypeClassDescriptionclass
Contains the system messages used to notify the user about various critical situations that can occur.Methods in com.vaadin.flow.server that return SystemMessagesModifier and TypeMethodDescriptionDefaultSystemMessagesProvider.getSystemMessages
(SystemMessagesInfo systemMessagesInfo) SystemMessagesProvider.getSystemMessages
(SystemMessagesInfo systemMessagesInfo) Gets the system messages to use in the given context.VaadinService.getSystemMessages
(Locale locale, VaadinRequest request) Gets the system message to use for a specific locale. -
Uses of SystemMessages in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication with parameters of type SystemMessagesModifier and TypeMethodDescriptionelemental.json.JsonObject
MetadataWriter.createMetadata
(UI ui, boolean repaintAll, boolean async, SystemMessages messages) Creates a JSON object containing metadata related to the given UI.