Uses of Class
com.vaadin.flow.server.SystemMessages
-
Packages that use SystemMessages Package Description com.vaadin.flow.server com.vaadin.flow.server.communication -
-
Uses of SystemMessages in com.vaadin.flow.server
Subclasses of SystemMessages in com.vaadin.flow.server Modifier and Type Class Description classCustomizedSystemMessagesContains the system messages used to notify the user about various critical situations that can occur.Methods in com.vaadin.flow.server that return SystemMessages Modifier and Type Method Description SystemMessagesDefaultSystemMessagesProvider. getSystemMessages(SystemMessagesInfo systemMessagesInfo)SystemMessagesSystemMessagesProvider. getSystemMessages(SystemMessagesInfo systemMessagesInfo)Gets the system messages to use in the given context.SystemMessagesVaadinService. 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 SystemMessages Modifier and Type Method Description elemental.json.JsonObjectMetadataWriter. createMetadata(UI ui, boolean repaintAll, boolean async, SystemMessages messages)Creates a JSON object containing metadata related to the given UI.
-