aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/ui/Field.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
|
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
| | | | * Update copyright year range.
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-311-2/+2
|
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-071-8/+8
|
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-071-5/+4
|
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-011-5/+1
| | | | | | | | | | | Vaadin 7 compatiblity fields still use setRequired via AbstractField (legacy). Public setRequiredIndicator is added to AbstractField, AbstractMultiSelect and AbstractSingleSelect. Internally it is still handled on AbstractComponent & -Connector level. Changes the declarative syntax, required -> required-indicator-visible. Fixes vaadin/framework8-issue#419 Change-Id: I940dc66944d27584bd78e5452aee627ee3abd03a
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-251-2/+2
| | | | Change-Id: I785aa82d925cadee42cc1b17d345a8923f6dc8cc
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-4/+3
| | | | Change-Id: I145e20226958910c243b9897bb1e9516919f55cd
* Move old Field and AbstractField to compatibility packageArtur Signell2016-08-261-0/+150
Change-Id: Ia9b6f77763abac87ec61d1ee198cb8d41419a934