Example usage for com.vaadin.server CustomizedSystemMessages subclass-usage

List of usage examples for com.vaadin.server CustomizedSystemMessages subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.server CustomizedSystemMessages subclass-usage.

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()