aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/event/FieldEvents.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
|
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-4/+4
| | | Also includes minor other javadoc and formatting fixes.
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-211-1/+1
| | | Also includes some other minor cleanup.
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-161-1/+1
| | | Fix since tags for the server and shared modules and new types in client.
* Partial javadocs fix for vaadin-serverIlia Motornyi2017-01-021-1/+1
|
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-2/+2
|
* Add @FunctionalInterface annotation to interfaces where applicable (#7954)Aleksi Hietanen2016-12-121-0/+2
| | | Closes vaadin/framework8-issues#548
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-28/+0
| | | | | | * Don't use V8 FieldEvents classes in v7 compatibility module. Fixes vaadin/framework8-issues#363
* Use final modifier where appropriatePer-Åke Minborg2016-11-091-1/+1
| | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7226
* Implement focus and blur events for CheckBoxGroup.Denis Anisimov2016-10-311-0/+33
| | | | | | | Fixes vaadin/framework8-issues#334 Change-Id: I4c7ca424cc4f4a1f0cdecd7671827465ab74ace7
* Unify listeners on the server sideAleksi Hietanen2016-09-291-9/+27
| | | | | | | | | | | This patch updates server side add*Listener methods to return a registration object and deprecates their corresponding remove*Listener methods. Additionally this patch removes add/removeListener methods which were deprecated in 7.0. Change-Id: I26ac5f11882512288fbbf601c7cb2aaff653ec76
* Move old Field and AbstractField to compatibility packageArtur Signell2016-08-261-7/+6
| | | | Change-Id: Ia9b6f77763abac87ec61d1ee198cb8d41419a934
* Move old TextField to compatibility packageArtur Signell2016-08-261-77/+0
| | | | Change-Id: Ic1e8d3f9859f5e496c0e27e2fece4b5a9da74f01
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-8/+8
| | | | | | | | * 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
* Organize importsArtur Signell2016-08-201-1/+1
| | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
* Rename legacy packages to v7Artur Signell2016-08-181-3/+3
| | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-171-4/+4
| | | | | | | | - 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-79/+24
| | | | Change-Id: I74c8bda4bf53340a6deb1fcd5bd8db87b502c856
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-051-10/+10
| | | | Change-Id: I46ce708e0f10e4c9fa3d11a2aef5be0248c2999f
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-0/+330
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e