]> source.dussan.org Git - vaadin-framework.git/commit
String <-> Enum converter which produces a human readable string (#14756)
authorArtur Signell <artur@vaadin.com>
Wed, 24 Sep 2014 16:20:43 +0000 (19:20 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 30 Sep 2014 12:39:03 +0000 (12:39 +0000)
commit34934d1055d2451a3633d4380648ce661da17ce7
tree9dfdb3d39bd7beabde441eb7389c566e55a0e855
parentafbf79cfecbea444b3276e7ef7c83719364be025
String <-> Enum converter which produces a human readable string (#14756)

Change-Id: I3a825f52a43daea3172ced23bc510118376e76cb
server/src/com/vaadin/data/util/converter/DefaultConverterFactory.java
server/src/com/vaadin/data/util/converter/StringToEnumConverter.java [new file with mode: 0644]
server/tests/src/com/vaadin/tests/data/converter/TestStringToEnumConverter.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/textfield/EnumTextField.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/textfield/EnumTextFieldTest.java [new file with mode: 0644]