summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-13115-23759/+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-2362-0/+386
* | 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-052-0/+130
* | 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
* | Refactor error messages on server side (#8437).Henri Sara2012-03-212-204/+4
* | Implement server to client RPC (#8426).Henri Sara2012-02-292-0/+14
* | Organized imports and formatted all java filesArtur Signell2012-02-283-5/+10
* | Merge branch 'master' into rpcHenri Sara2012-02-0728-3559/+3559
|\ \
| * | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-3128-3559/+3559
| |\|
| | * #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-278-757/+757
| | * Merged changes from 6.7Johannes Dahlström2011-12-301-1/+1
| * | #8019 Did a bunch of null checks for possible faulty null states which was no...Jens Jansson2012-01-181-1/+1
* | | Implement simple shared state as a Map (#8304) - work in progressHenri Sara2012-01-312-0/+12
* | | Merge changes from master to rpc branch.Henri Sara2012-01-271-1/+1
|/ /
* | Corrected error message to show model and not presentation type whenArtur Signell2011-12-224-5/+5
* | Use DefaultFieldGroupFieldFactory by defaultArtur Signell2011-12-221-1/+1
* | Remove TransactionalProperty that was replaced byHenri Sara2011-12-222-63/+4
* | Print type info when an illegal type is passed to setValueArtur Signell2011-12-221-2/+3
* | com.vaadin.data.fieldbinder -> com.vaadin.data.fieldgroupArtur Signell2011-12-226-7/+7
* | DefaultFormBuilderFieldFactort -> DefaultFieldGroupFieldFactoryArtur Signell2011-12-221-1/+1
* | Rename BeanValidationValidator to BeanValidator based on review.Henri Sara2011-12-222-5/+5
* | Move bean validation implementation availability check toHenri Sara2011-12-222-20/+30
* | Integrated FormBuilder into FieldGroup, renamedArtur Signell2011-12-224-312/+264
* | bindFields -> bindMemberFields + javadocArtur Signell2011-12-221-16/+38
* | Add javadoc to Property.Transactional and TransactionalPropertyWrapper.Henri Sara2011-12-222-0/+28
* | Rename TransactionalProperty to Property.Transactional based on reviewHenri Sara2011-12-223-4/+58
* | #8095 Method renames based on API review meetingArtur Signell2011-12-222-35/+35
* | Renamed FieldBinder -> FieldGroup, BeanFieldBinder -> BeanFieldGroupArtur Signell2011-12-223-18/+29
* | #8173 Deprecated separate read through and write through modesArtur Signell2011-12-221-0/+16
* | Removed static helper for BeanValidationValidator as it incorrectlyArtur Signell2011-12-222-157/+7
* | Javadoc fixesArtur Signell2011-12-227-36/+44