Editable Labels for Vaadin: This component provides a couple of elements that are displayed as simple read-only components, but can be edited with a simple click. Following components are available:
- EditableLabelTextField
- EditableLabelTextArea
- EditableLabelComboBox
- EditableLabelDatePicker
- EditableLabelNumberField
- EditableLabelBigDecimalField
It’s also possible to create a custom element (see code example).
More infos are available on GitHub
If you found a bug, want to suggest an improvement or have a question please open an issue at GitHub.