I am creating a list from which the user can select from using Vaadin8. I want to get the values from the Enum but the string values with spaces not the Element Names. Here is the list created to select from the Enum elements: And here are 3 lines I tried that did not work: Answer You can add a