From 18f91a8497bc20a58b94fb6c0017128c6e33905c Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Tue, 31 Aug 2010 09:20:32 +0000 Subject: Refined javadocs svn changeset:14665/svn branch:6.4 --- src/com/vaadin/ui/Table.java | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/com/vaadin/ui/Table.java b/src/com/vaadin/ui/Table.java index 1f0200b583..770e0416c1 100644 --- a/src/com/vaadin/ui/Table.java +++ b/src/com/vaadin/ui/Table.java @@ -2935,6 +2935,13 @@ public class Table extends AbstractSelect implements Action.Container, * property. *

*

+ * Table will not listen to value change events from properties overridden + * by generated columns. If the content of your generated column depends on + * properties that are not directly visible in the table, attach value + * change listener to update the content on all depended properties. + * Otherwise your UI might not get updated as expected. + *

+ *

* Also note that getVisibleColumns() will return the generated columns, * while getContainerPropertyIds() will not. *

-- cgit v1.2.3