From b6d33e4b2ad318a45060506dc345d9d3f7dd56ff Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Mon, 25 Feb 2008 09:40:17 +0000 Subject: [PATCH] Javadoc addition, fixes #95 svn changeset:3909/svn branch:trunk --- src/com/itmill/toolkit/ui/AbstractComponent.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/com/itmill/toolkit/ui/AbstractComponent.java b/src/com/itmill/toolkit/ui/AbstractComponent.java index 70691e2bd9..8a1122c814 100644 --- a/src/com/itmill/toolkit/ui/AbstractComponent.java +++ b/src/com/itmill/toolkit/ui/AbstractComponent.java @@ -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 -- 2.39.5