aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.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.
* Row Generator fixes (#12027)Andrey B. Panfilov2020-08-121-33/+67
| | | NOTE: components within row generator are not an officially supported feature and can cause issues within your application.
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-031-5/+6
|
* Table / TreeTable multiselect disabling of touch detection (#12014)Anna Koskinen2020-05-191-1/+35
| | | | | | | | Added a toggle in Table (and thus TreeTable) where you can explicitly disable multiselect touch screen detection. This allows you to work around issues on hybrid devices that have both a touch screen and a keyboard where you don't want automatic simple multiselection applied. Fixes #11601, slightly modified cherry-pick of #11641
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Fix javadoc ending (#10274)Ahmed Ashour2017-11-061-10/+10
|
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-2/+2
|
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-311-3/+2
|
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-021-20/+18
|
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-25/+25
| | | Also includes minor other javadoc and formatting fixes.
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-291-36/+29
|
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-12/+12
|
* Fix typos (#10095)Ahmed Ashour2017-09-271-14/+15
|
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-221-15/+12
|
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-221-3/+3
|
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-211-1/+1
| | | Also includes some other minor cleanup.
* Use simple class namesAhmed Ashour2017-09-201-8/+8
|
* Fix occasional empty rows in Table and TreeTable (#9800)Henri Sara2017-08-091-48/+1
| | | | | | | | | | | | | | | | Picked from #9551 in 7.7 There's an intermittently happening issue with both Table and TreeTable, which results in row data disappearing. This change removes a method which is probably a vestigial one from over five years ago and other changes are handling the things the method used to perform. Currently the method removes rows deemed unnecessary from the row buffer. The problem is, those rows are visible to the user and removing causes row contents to be lost. Also included are manually runnable test cases which demonstrate that this removal actually prevents the issue from happening. Fixes #7964 Fixes #5030
* Replacement guide javadocs for deprecated classesIlia Motornyi2017-03-151-1/+3
| | | Fixes #8682
* Replacement guide javadocs for deprecated classes, part two (#8719)Ilia Motornyi2017-03-151-1/+1
| | | Partial fix for #8682
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-071-6/+6
|
* Revert diamond operator changesTeemu Suo-Anttila2017-03-071-42/+43
|
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-071-36/+24
|
* Updated migration related documentation (#8602)Pekka Hyvönen2017-02-171-0/+2
| | | | | | | | | * Updated migration related documentation More detailed information on compatibility components. Mention vaadin:upgrade8 target in migration guide. Fixes #8581
* Small fixes to javadocselmot2016-12-011-1/+1
| | | | Change-Id: Ibbfe62395eb93f9349b65edba4425d9782ce15f9
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-10/+12
| | | | Change-Id: I979448e5af032333a6a2f7b99b11ab16c41d7b18
* Mark all server compatibility classes deprecated (#144).Denis Anisimov2016-09-231-43/+65
| | | | Change-Id: Iba0a35d5ea9a97b0020f506f610630471c59748b
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-2/+2
| | | | Change-Id: I145e20226958910c243b9897bb1e9516919f55cd
* Organize importsArtur Signell2016-08-301-1/+1
| | | | Change-Id: Ie58291fd4858d5421b23e56603808f158d559687
* Move and duplicate client side and state to compatibility packageArtur Signell2016-08-301-5/+5
| | | | | | | | | | | * ProgressBar * ProgressIndicator * OptionGroup * Table * Tree * TreeTable Change-Id: Ie1249631cbdd2721f2c3a36e1b8ffc8160fca6aa
* Move Item to compatibility packageArtur Signell2016-08-241-4/+4
| | | | Change-Id: I51ad45a18d2dcfbd582c7e4bdcca99300d20cee0
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-0/+6536
* 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