Checkbox In Table Column ...

[font=arial]
In a com.vaadin.ui.Table I have table.setEditable(false);

One column remains editable. com.vaadin.ui.CheckBox;

All other columns cannot be edited. But the Checkbox can be checked on and off.

Any ideas?

note: Field factory doesn’t seem to apply as this is not
[/font]
bound to a database.

Table.setEditable() only affects the FieldFactory. If you use a custom field factory, you have to handle it on your own.