summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data/util/converter
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-1311-1133/+0
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-238-0/+29
* Rename setCurrentXyz() to setCurrent() (#9029)Leif Åstrand2012-06-251-2/+2
* Test for converter factory and related fixes (#8992)Artur Signell2012-06-251-2/+5
* Get converter from the application of the component if available (#8992)Artur Signell2012-06-211-7/+30
* Converter support and updated data source logic (#8990, #8991)Artur Signell2012-06-211-1/+30
* Split generic converter methods from AbstractField (#8991)Artur Signell2012-06-211-0/+113
* Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-3110-936/+936
* Corrected error message to show model and not presentation type whenArtur Signell2011-12-224-5/+5
* Javadoc fixesArtur Signell2011-12-227-36/+44
* #8101 Swapped generics parameter order for Converter based on API reviewArtur Signell2011-12-2110-48/+46
* #8101 Renamed source type to presentation and target type to model forArtur Signell2011-12-218-78/+75
* ConversionException must be static to be useful outside ConverterArtur Signell2011-12-191-1/+1
* #8101 Made it possible to use different strings to represents BooleansArtur Signell2011-12-151-5/+18
* #8101 Consistent handling of null localeArtur Signell2011-12-154-9/+12
* Fixed exception message to report correctly what it was trying toArtur Signell2011-12-151-1/+1
* #8101 All Strings are now trimmed before conversionArtur Signell2011-12-145-3/+29
* Removed unused classArtur Signell2011-12-121-18/+0
* #8101/#8103 Javadoc for converters and converter factoryArtur Signell2011-12-1210-27/+338
* #8101 Javadoc for ConverterArtur Signell2011-12-121-2/+82
* Mark ConverterFactory as SerializableLeif Åstrand2011-12-091-1/+3
* Add license header to some new filesLeif Åstrand2011-12-0911-0/+44
* Use Logger for debug messages in DefaultConverterFactory.Henri Sara2011-12-091-5/+9
* First take on ConvertersArtur Signell2011-11-2511-0/+468