aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data/util/NestedMethodProperty.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-257/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+3
|
* #8125 Javadoc updateArtur Signell2011-12-211-3/+2
|
* #8125 Removed remaining references to Property.ConversionExceptionArtur Signell2011-12-211-3/+0
|
* #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-211-3/+2
| | | conversion from Property classes
* Remove conversions using String constructor from Properties (#8125).Henri Sara2011-12-181-3/+7
| | | | | ObjectProperty and MethodProperty no longer try to automatically convert values using a String constructor of the property type. Related fixes to tests.
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | | | | | svn changeset:22317/svn branch:6.7
* | Parameterize Property and Field with the value type.Henri Sara2011-11-081-6/+7
|/ | | | | | | | | | | | | | | | | | | The interfaces Property and Field and most of their implementations are now parameterized with the type of their value. The method getValue() returns the Property type but setValue() takes Object as its parameter. No implicit conversions between value type and strings are performed in most locations (fields). Among others, AbstractTextField, DateField and RichTextArea not have specific value types and do not accept arbitrary values. Most locations requiring migration will be visible as compilation errors, with the exception of some cases where a non-parameterized Property or Field (or one parametrized with Object) is used. Not yet done: - Label - converters - setValue() parameterization (causes much more migration effort)
* Made the LicenseInJavaFiles test passJonatan Kronqvist2011-08-241-0/+3
| | | | svn changeset:20616/svn branch:6.7
* #4995 Nested bean property support: no extra property type parameter to ↵Henri Sara2011-04-191-7/+21
| | | | | | addNestedContainerProperty(), NestedMethodProperty takes the bean class instead svn changeset:18385/svn branch:6.6
* #4995 Nested bean property support: NestedMethodProperty does not inherit ↵Henri Sara2011-04-191-52/+89
| | | | | | MethodProperty svn changeset:18382/svn branch:6.6
* #4995 Nested bean property support Henri Sara2011-04-181-0/+200
svn changeset:18356/svn branch:6.6