summaryrefslogtreecommitdiffstats
path: root/tests/server-side/com/vaadin/data/util/ObjectPropertyTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server tests from tests/server-side to server/tests/src (#9299)Artur Signell2012-08-301-97/+0
|
* Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-311-97/+97
|\ | | | | | | Manually merged CRLF changes + additional small patch for changes that SHOULD NOT be in the changeset but that the SVN -> GIT sync script has added
| * #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-271-99/+99
| | | | | | | | svn changeset:22797/svn branch:6.7
* | Parameterize Property and Field with the value type.Henri Sara2011-11-081-5/+3
|/ | | | | | | | | | | | | | | | | | | 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)
* Restructure test source directories and packages #7385Jonatan Kronqvist2011-09-291-0/+99
svn changeset:21440/svn branch:6.7