]> source.dussan.org Git - vaadin-framework.git/commit
Add StringToLongConverter for automatic handling of long values (#12291)
authorArtur Signell <artur@vaadin.com>
Fri, 9 Aug 2013 17:35:54 +0000 (20:35 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 3 Sep 2013 07:39:51 +0000 (07:39 +0000)
commitaae2fa65316a228f7e1c17bd976ab0cbcc22543c
tree45f7c197c48e3b10ef3524e096f6860969cf39e2
parentf14fc3cbd235b6004d93b10a660bb3a97d13cd64
Add StringToLongConverter for automatic handling of long values (#12291)

Change-Id: Ia2865b199303c0e35b562120f1c916f288aa458a
server/src/com/vaadin/data/util/converter/DefaultConverterFactory.java
server/src/com/vaadin/data/util/converter/StringToLongConverter.java [new file with mode: 0644]
server/tests/src/com/vaadin/tests/data/converter/TestStringToLongConverter.java [new file with mode: 0644]
server/tests/src/com/vaadin/tests/server/component/abstractfield/DefaultConverterFactory.java