summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data/util
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-1385-18573/+0
* Merge commit '082985c68ad0b6c7f8c155cce2a5a79070176c09'Artur Signell2012-08-071-0/+4
|\
| * Throw IllegalArgumentException from addParameter for null parameters instead ...Artur Signell2012-08-031-0/+4
* | Merge remote-tracking branch 'origin/6.8'Leif Åstrand2012-07-311-0/+1
|\|
| * #9155 Add refresh() to SQLContainer.removeContainerFilter(), one more (manual...Henri Sara2012-07-271-0/+1
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-07-264-7/+93
|\|
| * #9148 SQLContainer extensible null value support using custom StatementHelper...Henri Sara2012-07-254-6/+92
* | Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-2356-0/+378
* | Changed AbstractInMemoryContainer.getItemIds() to return List (#8829)Artur Signell2012-06-252-4/+5
* | 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 branch '6.8'Johannes Dahlström2012-06-192-36/+32
|\|
* | Merge commit '17c14'Johannes Dahlström2012-06-125-72/+116
|\|
| * #8297 Do not use static logger instancesHenri Sara2012-06-055-71/+81
* | Improved error messageLeif Åstrand2012-05-111-3/+4
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-05-041-1/+2
|\|
| * Applied patch provided for #8600 (hasChildren() broken if item used to have c...Marc Englund2012-04-241-1/+2
* | Moved Collapsible and HierarchicalContainerOrderedWrapper to dataHenri Sara2012-04-051-0/+62
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-271-1/+1
|\|
| * [merge from 6.7] #8328 Pass the new, not the old, value to FreeFormStatementD...Automerge2012-03-261-1/+1
* | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-3119-1800/+1800
|\|
| * #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-278-757/+757
* | Corrected error message to show model and not presentation type whenArtur Signell2011-12-224-5/+5
* | Print type info when an illegal type is passed to setValueArtur Signell2011-12-221-2/+3
* | Add javadoc to Property.Transactional and TransactionalPropertyWrapper.Henri Sara2011-12-221-0/+23
* | Rename TransactionalProperty to Property.Transactional based on reviewHenri Sara2011-12-221-2/+1
* | Javadoc fixesArtur Signell2011-12-227-36/+44
* | Removed getStringValue based on API review meetingArtur Signell2011-12-224-71/+7
* | #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
* | #8101 Deprecated PropertyFormatter in favor of ConvertersArtur Signell2011-12-211-0/+3
* | #8125 Javadoc updateArtur Signell2011-12-211-3/+2
* | #8125 Removed remaining references to Property.ConversionExceptionArtur Signell2011-12-212-6/+0
* | #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-217-52/+15
* | #8153 Add BeanItem.addNestedPropertyArtur Signell2011-12-191-3/+14
* | ConversionException must be static to be useful outside ConverterArtur Signell2011-12-191-1/+1
* | Remove conversions using String constructor from Properties (#8125).Henri Sara2011-12-183-69/+33
* | Added missing license infoArtur Signell2011-12-161-0/+3
* | #8094 Initial implementation of two phase commitArtur Signell2011-12-161-0/+83
* | #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
* | Misc minor javadoc fixesArtur Signell2011-12-122-8/+52
* | 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