]> source.dussan.org Git - vaadin-framework.git/commitdiff
merged doc improvement
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 20 Apr 2011 14:22:50 +0000 (14:22 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 20 Apr 2011 14:22:50 +0000 (14:22 +0000)
svn changeset:18417/svn branch:6.6

src/com/vaadin/terminal/Paintable.java

index b3fbdc3d9c0c61ac8797cf544ec445cc16590f56..d5528495c2972269a3271252a71ba29e83c80144 100644 (file)
@@ -48,6 +48,11 @@ public interface Paintable extends java.util.EventListener, Serializable {
      * Adds an unique id for component that get's transferred to terminal for
      * testing purposes. Keeping identifiers unique throughout the Application
      * instance is on programmers responsibility.
+     * <p>
+     * Note, that with the current terminal implementation the identifier cannot
+     * be changed while the component is visible. This means that the identifier
+     * should be set before the component is painted for the first time and kept
+     * the same while visible in the client.
      * 
      * @param id
      *            A short (< 20 chars) alphanumeric id