]> source.dussan.org Git - vaadin-framework.git/commitdiff
Made ItemDescriptionGenerator serializable #5414
authorJohn Alhroos <john.ahlroos@itmill.com>
Tue, 16 Aug 2011 07:46:43 +0000 (07:46 +0000)
committerJohn Alhroos <john.ahlroos@itmill.com>
Tue, 16 Aug 2011 07:46:43 +0000 (07:46 +0000)
svn changeset:20401/svn branch:6.7

src/com/vaadin/ui/AbstractSelect.java

index f80fe7058009959fb1b2940aea20f8ae28541a11..ba1821a53c75ec7150e9e4d641d294cc8fcb4823 100644 (file)
@@ -1935,7 +1935,7 @@ public abstract class AbstractSelect extends AbstractField implements
      * Implement this interface and pass it to Tree.setCellStyleGenerator or Table.setCellStyleGenerator to
      * generate mouse over descriptions ("tooltips")  for the rows and cells in Table or for the items in Tree.
      */
-    public interface ItemDescriptionGenerator {
+    public interface ItemDescriptionGenerator extends Serializable {
        
        /**
         * Called by Table when a cell (and row) is painted or a item is painted in Tree