]> source.dussan.org Git - vaadin-framework.git/commitdiff
Javadoc addition, fixes #95
authorMarc Englund <marc.englund@itmill.com>
Mon, 25 Feb 2008 09:40:17 +0000 (09:40 +0000)
committerMarc Englund <marc.englund@itmill.com>
Mon, 25 Feb 2008 09:40:17 +0000 (09:40 +0000)
svn changeset:3909/svn branch:trunk

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

index 70691e2bd9fd62446c37a025869c205779bbb8de..8a1122c81424ba066cab6b22e6fd9491c5d22142 100644 (file)
@@ -46,7 +46,8 @@ public abstract class AbstractComponent implements Component, MethodEventSource
     private String caption;
 
     /**
-     * Application specific data object.
+     * Application specific data object. The component does not use or modify
+     * this.
      */
     private Object applicationData;
 
@@ -964,7 +965,8 @@ public abstract class AbstractComponent implements Component, MethodEventSource
     }
 
     /**
-     * Sets the application specific data object.
+     * Sets the data object, that can be used for any application specific data.
+     * The component does not use or modify this data.
      * 
      * @param data
      *                the Application specific data.
@@ -975,7 +977,7 @@ public abstract class AbstractComponent implements Component, MethodEventSource
     }
 
     /**
-     * Gets the application specific data.
+     * Gets the application specific data. See {@link #setData(Object)}.
      * 
      * @return the Application specific data set with setData function.
      * @since 3.1