summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data/util/AbstractProperty.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-226/+0
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+8
* Removed getStringValue based on API review meetingArtur Signell2011-12-221-17/+1
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* | Convert nested data model event classes to static where possible.Henri Sara2011-11-111-4/+4
* | Parameterize Property and Field with the value type.Henri Sara2011-11-081-3/+2
* | Throw exception from Property.toString() implementations.Henri Sara2011-11-071-1/+3
* | Partly eliminate the use of Property.toString().Henri Sara2011-11-071-0/+14
|/
* Made the LicenseInJavaFiles test passJonatan Kronqvist2011-08-241-0/+3
* #1410 getListeners method for all classes that have addListener/removeListenerArtur Signell2011-04-191-0/+22
* #6860 Moved much of the read-only logic to AbstractPropertyHenri Sara2011-04-191-0/+23
* #6860 introduced AbstractProperty with common functionality of most property ...Henri Sara2011-04-181-0/+171