Book Image

Vaadin 7 Cookbook

Book Image

Vaadin 7 Cookbook

Overview of this book

Table of Contents (19 chapters)
Vaadin 7 Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


Our application users must be, in most cases, kept informed about the status of the application. For example, when a user inserts non-valid data into a field, then an error message should be shown. In that moment the user needs to get feedback on what is wrong.

In this chapter, we will go through how to show validation errors in fields, pop-up views, tray notifications, tooltips, and progress bars.