From: Matti Tahvonen Date: Wed, 22 Sep 2010 08:25:34 +0000 (+0000) Subject: added TODO X-Git-Tag: 6.7.0.beta1~1100 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6b30d277c4896d160ee0b5c6cd90f60508dd2f33;p=vaadin-framework.git added TODO svn changeset:15124/svn branch:6.4 --- diff --git a/src/com/vaadin/ui/Table.java b/src/com/vaadin/ui/Table.java index 45d27dfae0..db3ee51863 100644 --- a/src/com/vaadin/ui/Table.java +++ b/src/com/vaadin/ui/Table.java @@ -452,6 +452,8 @@ public class Table extends AbstractSelect implements Action.Container, "Can not set visible columns to null value"); } + // TODO add error check that no duplicate identifiers exist + // Checks that the new visible columns contains no nulls and properties // exist final Collection properties = getContainerPropertyIds();