Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
ComboBox
Hi:
Can a combobox be hided?...I want to show a simple label when editing is disabled and a combobox when editing is enabled, all this without replacing the component, since it is in a table...
regards,
Hugo
Are you using Table editable mode? Then you could use TableFieldFactory to generate a ComboBox for the column. Otherwise, could you specify how are you controlling the editing?
Johannes Häyry: Are you using Table editable mode? Then you could use TableFieldFactory to generate a ComboBox for the column. Otherwise, could you specify how are you controlling the editing?
Hi Johannes, thank you very much for your answer....yes, when I set the table to editable mode I want to change the labels in a column to comboboxes...the thing is that the bean contained in the table is either set as string or as combobox, making the tablefieldfactory method useless...am I wrong with that??
regards,
Hugo