]> source.dussan.org Git - vaadin-framework.git/commitdiff
Even more Notification documentation.
authorMarc Englund <marc.englund@itmill.com>
Thu, 6 Mar 2008 14:52:44 +0000 (14:52 +0000)
committerMarc Englund <marc.englund@itmill.com>
Thu, 6 Mar 2008 14:52:44 +0000 (14:52 +0000)
svn changeset:3991/svn branch:trunk

src/com/itmill/toolkit/ui/Window.java

index 3999a2a770ca80986d2f4a5e84ab95f6e9f88f92..2c87eab866d2eb7243435226ee60d837d3bafefe 100644 (file)
@@ -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".
      * <p>
+     * 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.
+     * </p>
+     * <p>
      * 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: