Uses of Class
com.vaadin.server.SystemMessages
-
Packages that use SystemMessages Package Description com.vaadin.server com.vaadin.server.communication -
-
Uses of SystemMessages in com.vaadin.server
Subclasses of SystemMessages in com.vaadin.server Modifier and Type Class Description class
CustomizedSystemMessages
Contains the system messages used to notify the user about various critical situations that can occur.Methods in com.vaadin.server that return SystemMessages Modifier and Type Method Description SystemMessages
DefaultSystemMessagesProvider. getSystemMessages(SystemMessagesInfo systemMessagesInfo)
SystemMessages
SystemMessagesProvider. getSystemMessages(SystemMessagesInfo systemMessagesInfo)
Gets the system messages to use in the given context.SystemMessages
VaadinService. getSystemMessages(Locale locale, VaadinRequest request)
Gets the system message to use for a specific locale. -
Uses of SystemMessages in com.vaadin.server.communication
Methods in com.vaadin.server.communication with parameters of type SystemMessages Modifier and Type Method Description void
MetadataWriter. write(UI ui, Writer writer, boolean repaintAll, boolean async, SystemMessages messages)
Writes a JSON object containing metadata related to the given UI.
-