List of usage examples for com.vaadin.server CustomizedSystemMessages subclass-usage
From source file edu.nps.moves.mmowgli.MmowgliSystemMessages.java
/**
Contains the system messages used to notify the user about various critical situations that can occur.
Vaadin gets the SystemMessages from your application by calling a static getSystemMessages() method.
By default the Application.getSystemMessages() is used. You can customize this by defining a static
MyApplication.getSystemMessages() and returning CustomizedSystemMessages. Note that getSystemMessages()