summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/util/converter
Commit message (Expand)AuthorAgeFilesLines
* Add missing @since tags7.5.4Mika Murtojarvi2015-08-191-3/+3
* StringToBooleanConverter API improved (#18466)elmot2015-08-191-18/+65
* Always add "last" item from the string to the collection (#18433).Denis Anisimov2015-07-081-3/+1
* Add missing @since for 7.5Leif Åstrand2015-05-121-0/+2
* StringToCollectionConverter class implementation (#15464).Denis Anisimov2015-01-151-0/+236
* Reformat project using Eclipse Luna SR1Artur Signell2014-12-291-1/+2
* Empty since tags -> 7.4Artur Signell2014-12-174-4/+4
* Use converter for Select/Tree/ComboBox when using item id for captionArtur Signell2014-12-121-11/+51
* Convert empty string to null Enum value, only throw ConversionExceptions (#14...Artur Signell2014-12-111-9/+11
* Add new StringTo<Byte, Short, BigInteger> Converters (#14583)Anna Miroshnik2014-12-085-5/+18
* String <-> Enum converter which produces a human readable string (#14756)Artur Signell2014-09-302-0/+99
* Add new StringTo<Byte, Short, BigInteger> Converters(#14583)denis.magdenkov2014-09-193-0/+240
* Update remaining copyright years to 2014Artur Signell2014-04-231-1/+1
* Merge changes from origin/7.1Artur Signell2014-04-2314-14/+14
|\
| * Update copyright year to 2014Artur Signell2014-04-1615-15/+15
| * Add StringToLongConverter for automatic handling of long values (#12225)Artur Signell2013-10-302-0/+80
* | Merge changes from origin/7.1Artur Signell2013-09-171-0/+9
|\|
| * NullPointerException in DateToSqlDateConverter (#12284)Edoardo Vacchi2013-09-131-0/+9
* | Add StringToLongConverter for automatic handling of long values (#12291)Artur Signell2013-09-032-0/+80
* | Merge changes from origin/7.1Artur Signell2013-08-191-1/+16
|\|
| * Ensure StringToIntegerConverter rejects values outside range of int (#12230)Johannes Dahlström2013-08-011-1/+16
* | Adds String <-> BigDecimal converter (#9997)Artur Signell2013-07-012-0/+63
* | Removed StringToNumberConverter (#12092)Artur Signell2013-07-012-67/+0
|/
* Fix NPE when converting null values (#11895)Artur Signell2013-06-121-20/+39
* Added type parameter to converter methods (#11895)Artur Signell2013-06-1112-50/+124
* Add missing license headerArtur Signell2013-05-281-1/+1
* Added Java Date to Sql Date converter to better support sql dates (#11224)Artur Signell2013-05-242-0/+61
* Modified the logic in setPropertyDatasource which determines if a new convert...Artur Signell2013-05-221-4/+46
* Fixed order of parameters in javadoc (#11158)Artur Signell2013-05-221-3/+3
* Extracted common code for number conveters to abstract super class (#11900)Artur Signell2013-05-225-229/+148
* (#10716 ) Created tests for validators and converters. Fixed StringToBoolean ...Mikael Grankvist2013-01-171-1/+1
* Updated copyright notices and added missing license headersArtur Signell2013-01-0412-12/+12
* Support float fields with FieldGroup (#10553)Artur Signell2012-12-172-0/+124
* Fixed NPE when converting ""Artur Signell2012-11-261-0/+5
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-162-6/+6
* Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-282-6/+6
* Remove some references to Application in API and docs (#9402)Leif Åstrand2012-09-061-8/+8
* Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-052-6/+6
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-1611-11/+143
* Removed more @version included in some files but not in all (#9299)Artur Signell2012-08-161-2/+0
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-1510-20/+0
* Moved server files to a server src folder (#9299)Artur Signell2012-08-1311-0/+1133