Uses of Class
com.vaadin.server.SystemMessages

Packages that use SystemMessages
com.vaadin.server   
 

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.
 



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