Uses of Class
com.vaadin.Application.SystemMessages

Packages that use Application.SystemMessages
com.vaadin The Vaadin base package. 
com.vaadin.terminal.gwt.server   
 

Uses of Application.SystemMessages in com.vaadin
 

Subclasses of Application.SystemMessages in com.vaadin
static class Application.CustomizedSystemMessages
          Contains the system messages used to notify the user about various critical situations that can occur.
 

Methods in com.vaadin that return Application.SystemMessages
static Application.SystemMessages Application.getSystemMessages()
          Gets the SystemMessages for this application.
 

Uses of Application.SystemMessages in com.vaadin.terminal.gwt.server
 

Methods in com.vaadin.terminal.gwt.server that return Application.SystemMessages
protected  Application.SystemMessages AbstractApplicationServlet.getSystemMessages()
          Get system messages from the current application class
protected  Application.SystemMessages AbstractApplicationPortlet.getSystemMessages()
          Get system messages from the current application class
static Application.SystemMessages AbstractApplicationServlet.getSystemMessages(Class<? extends Application> appCls)
           
 



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