aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/ui/AbstractField.java
Commit message (Expand)AuthorAgeFilesLines
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-291-7/+3
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
* Remove unused methods. (#10058)Ahmed Ashour2017-09-221-4/+0
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-221-4/+4
* Use simple class namesAhmed Ashour2017-09-201-4/+4
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-071-22/+23
* Revert diamond operator changesTeemu Suo-Anttila2017-03-071-2/+2
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-071-24/+23
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-011-31/+0
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-1/+2
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-131-6/+5
* Mark all server compatibility classes deprecated (#144).Denis Anisimov2016-09-231-1/+3
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-15/+15
* Duplicate AbstractField state and connector into compatibility-clientArtur Signell2016-08-301-1/+1
* Move old Field and AbstractField to compatibility packageArtur Signell2016-08-261-0/+1810