summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | #8095 Renamed FieldBinderFieldFactory -> FormBuilderFieldFactoryArtur Signell2011-12-213-5/+5
* | #8110 Allow Integers and Doubles to pass throughArtur Signell2011-12-212-0/+23
* | Create the right type of AbstractTextField and use TextField as defaultLeif Ã…strand2011-12-211-18/+16
* | #8101 Deprecated PropertyFormatter in favor of ConvertersArtur Signell2011-12-211-0/+3
* | Improve javadoc for bean validation (#8093).Henri Sara2011-12-211-7/+49
* | Added FormBuilder.BuildExceptionArtur Signell2011-12-212-3/+13
* | #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-218-113/+16
* | Throw real exceptions from helpers in ReflectToolsArtur Signell2011-12-201-1/+16
* | #8093 Ensure that property id is a non-null String. Cache if BeanArtur Signell2011-12-191-11/+21
* | JavadocArtur Signell2011-12-191-0/+5
* | #8095 Only use BeanValidation if a JSR-303 implementation is availableArtur Signell2011-12-192-26/+46
* | Added generics to FieldBinderFieldFactoryArtur Signell2011-12-193-23/+40
* | #8095 Allow binding all fields in a class using FieldBinder instead ofArtur Signell2011-12-192-156/+71
* | Use BeanItem.addNestedPropertyArtur Signell2011-12-191-17/+22
* | #8153 Add BeanItem.addNestedPropertyArtur Signell2011-12-191-3/+14