From: Marc Englund Date: Thu, 6 Mar 2008 14:52:44 +0000 (+0000) Subject: Even more Notification documentation. X-Git-Tag: 6.7.0.beta1~4973 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2473a80070263ad416194df7d31d9678b0ad80f6;p=vaadin-framework.git Even more Notification documentation. svn changeset:3991/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/ui/Window.java b/src/com/itmill/toolkit/ui/Window.java index 3999a2a770..2c87eab866 100644 --- a/src/com/itmill/toolkit/ui/Window.java +++ b/src/com/itmill/toolkit/ui/Window.java @@ -1191,6 +1191,11 @@ public class Window extends Panel implements URIHandler, ParameterHandler { * A notification message, used to display temporary messages to the user - * for example "Document saved", or "Save failed". *

+ * The notification message can consist of several parts: caption, + * description and icon. It is usually used with only caption - one should + * be wary of filling the notification with too much information. + *

+ *

* The notification message tries to be as unobtrusive as possible, while * still drawing needed attention. There are several basic types of messages * that can be used in different situations: