Directory

← Back

Editable Labels for Vaadin

Editable Labels for Vaadin

Author

Contributors

Rating

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.

Sample code

new EditableLabelTextField().withValue("Some text")
final EditableLabel<EmailField, String> emailLabel = new EditableLabel<>(new EmailField()).withValue(defaultValue);

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Released
2023-05-26
Maturity
STABLE
License
Apache License 2.0

Compatibility

Framework
Vaadin 24+
Vaadin 23+ in 1.0.1
Browser
Firefox
Opera
Google Chrome
Microsoft Edge
Online