aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/ui/Calendar.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.
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-031-3/+4
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-2/+2
| | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if(
* Fix typos (#10158)Ahmed Ashour2017-10-101-1/+1
|
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-7/+7
| | | Also includes minor other javadoc and formatting fixes.
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-211-3/+3
|
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-211-1/+1
|
* Javadoc fixesAhmed Ashour2017-09-131-1/+1
|
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-071-4/+1
|
* Revert diamond operator changesTeemu Suo-Anttila2017-03-071-10/+11
|
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-071-138/+9
|
* Updated migration related documentation (#8602)Pekka Hyvönen2017-02-171-2/+4
| | | | | | | | | * Updated migration related documentation More detailed information on compatibility components. Mention vaadin:upgrade8 target in migration guide. Fixes #8581
* Provide configuration for events order in month and week viewsDenis2016-12-141-0/+31
|
* Add method to auto scale calendar time range (#17715)Steven Spungin2016-11-041-1/+93
| | | | Change-Id: I193fe9e8a0ee03d66e4b63d5f85c0e9a9233c0de
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-131-12/+10
| | | | | | | | | | | | | All components are now in immediate mode by default. V7 compatibility components will use AbstractLegacyComponent that has immediate. V7 ColorPickerPopup will not have setImmediate, since it extends V8 Window, which is not in V7 compatibility packages. Removed OutOfSync and ResynchronizeAfterAsyncRemoval Tests, since those tested UI in not immediate mode, which is invalid now. Removed WindowResizeListener, LazyWindowResize, test UIs, since both used immediate and there were no test run for either. Change-Id: Ie1c8cfa4c48461db944ff9b13efe8473c5a3298f
* Mark all server compatibility classes deprecated (#144).Denis Anisimov2016-09-231-11/+12
| | | | Change-Id: Iba0a35d5ea9a97b0020f506f610630471c59748b
* Move and duplicate client side and state to compatibility packageArtur Signell2016-08-301-4/+4
| | | | | | | | | | | | * Calendar * CheckBox * CustomField * Label * RichTextArea * TextField * TextArea Change-Id: Iba8915195e4d205fb4db9a4df5d96a4a10ab2f96
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-0/+2031
* 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