From 2473a80070263ad416194df7d31d9678b0ad80f6 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Thu, 6 Mar 2008 14:52:44 +0000 Subject: [PATCH] Even more Notification documentation. svn changeset:3991/svn branch:trunk --- src/com/itmill/toolkit/ui/Window.java | 5 +++++ 1 file changed, 5 insertions(+) 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: -- 2.39.5