aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/legacy
Commit message (Expand)AuthorAgeFilesLines
* CustomField migration to new AbstractField (#61).Denis Anisimov2016-08-191-0/+158
* Rename legacy packages to v7Artur Signell2016-08-1850-8896/+0
* Update copyright year to 2016Artur Signell2016-08-1850-50/+50
* Remove trailing whitespace from code and javadocArtur Signell2016-08-1846-415/+415
* Format using Eclipse NeonArtur Signell2016-08-1835-140/+173
* Remove Form and FormFieldFactoryArtur Signell2016-08-171-59/+0
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-172-0/+965
* Remove deprecated addListener/removeListener methodsArtur Signell2016-08-151-92/+53
* Remove deprecated Property.toString() modeArtur Signell2016-08-151-169/+127
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-123-0/+1310
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-111-0/+268
* Make immediate mode the defaultHenri Sara2016-08-111-18/+0
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-1023-25/+2318
* Move old validators to legacy package (pre-#87).Denis Anisimov2016-08-1020-0/+1855
* Move Validator and Validatable into legacy package.Denis Anisimov2016-08-093-7/+317
* Add support for required status to AbstractFieldArtur Signell2016-08-091-11/+11
* Implement new simple AbstractFieldJohannes Dahlström2016-08-052-34/+51
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-052-0/+2003