aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/legacy
Commit message (Collapse)AuthorAgeFilesLines
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-158/+0
| | | | | | | | * Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5
* CustomField migration to new AbstractField (#61).Denis Anisimov2016-08-191-0/+158
| | | | Change-Id: I33dd7aa2cf91ba2606a602c8ba612bcc30b02622
* Rename legacy packages to v7Artur Signell2016-08-1850-8896/+0
| | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
* Update copyright year to 2016Artur Signell2016-08-1850-50/+50
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-1846-415/+415
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-1835-140/+173
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Remove Form and FormFieldFactoryArtur Signell2016-08-171-59/+0
| | | | | | | | Form was deprecated in Vaadin 7 when FieldGroup was introduced. In Vaadin 8, FieldGroup is deprecated in favor of Binder. Having three different "forms" would be very confusing. Change-Id: I17775c922940edc5df7dd5bdc80bfe9652588270
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-172-0/+965
| | | | | | | | - Changes input prompt to be based on the placeholder attribute. - Unifies TextChangeEvents with ValueChangeEvents. - add*Listener methods now return Registration objects, remove*Listener methods removed. Change-Id: Ie92506ae9db205bb0010ae9126c608c62ad023ff
* Remove deprecated addListener/removeListener methodsArtur Signell2016-08-151-92/+53
| | | | Change-Id: I74c8bda4bf53340a6deb1fcd5bd8db87b502c856
* Remove deprecated Property.toString() modeArtur Signell2016-08-151-169/+127
| | | | | | | | The Property.toString() alternatives combined with the legacyPropertyToString servlet init parameter was introduced in Vaadin 7.0 to ease migration of applications written in earlier versions. This is no longer relevant. Change-Id: I6b20e96408738a2a0d60f230c329ce0b329465a8
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-123-0/+1310
| | | | Change-Id: I9e766be232d90aab92b5daa77351f4b0a3933f1d
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-111-0/+268
| | | | | | Add LegacyCheckBox for old field factories, Grid editor etc. Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
* Make immediate mode the defaultHenri Sara2016-08-111-18/+0
| | | | Change-Id: I0a1fc0bf6f3de1b7d6975cd87cb7bb65c38dba4e
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-1023-25/+2318
| | | | Change-Id: I75fd33e66c8c5c265bc60cce58ff639a5d5642ab
* Move old validators to legacy package (pre-#87).Denis Anisimov2016-08-1020-0/+1855
| | | | Change-Id: If6212ff2b7da0e87b3c68a3372b5f0b5a2a55b1a
* Move Validator and Validatable into legacy package.Denis Anisimov2016-08-093-7/+317
| | | | Change-Id: I7f8e9b1f7dff40ca76933cdf1978e3749f390142
* Add support for required status to AbstractFieldArtur Signell2016-08-091-11/+11
| | | | Change-Id: I64ef7d4425946031432032cc4060e0dcad43678b
* Implement new simple AbstractFieldJohannes Dahlström2016-08-052-34/+51
| | | | Change-Id: I9addcf8bec802967b1dfa39512dd140b8a4e4a25
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-052-0/+2003
Change-Id: I46ce708e0f10e4c9fa3d11a2aef5be0248c2999f