Uses of Class
com.vaadin.server.SystemMessages

Packages that use SystemMessages
com.vaadin.server   
com.vaadin.server.communication   
 

Uses of SystemMessages in com.vaadin.server
 

Subclasses of SystemMessages in com.vaadin.server
 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
 SystemMessages VaadinService.getSystemMessages(java.util.Locale locale, VaadinRequest request)
          Gets the system message to use for a specific locale.
 SystemMessages DefaultSystemMessagesProvider.getSystemMessages(SystemMessagesInfo systemMessagesInfo)
           
 SystemMessages SystemMessagesProvider.getSystemMessages(SystemMessagesInfo systemMessagesInfo)
          Gets the system messages to use in the given context.
 

Uses of SystemMessages in com.vaadin.server.communication
 

Methods in com.vaadin.server.communication with parameters of type SystemMessages
 void MetadataWriter.write(UI ui, java.io.Writer writer, boolean repaintAll, boolean async, SystemMessages messages)
          Writes a JSON object containing metadata related to the given UI.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.