Browse Source

added TODO

svn changeset:15124/svn branch:6.4
tags/6.7.0.beta1
Matti Tahvonen 13 years ago
parent
commit
6b30d277c4
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/com/vaadin/ui/Table.java

+ 2
- 0
src/com/vaadin/ui/Table.java View File

@@ -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();

Loading…
Cancel
Save