summaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/Grid.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Grid clearSortOrder not updating state (#10917)8.4.2Teemu Suo-Anttila2018-05-161-10/+1
* Fix Grid Column not sortable with backend data and sort property (#10811)Teemu Suo-Anttila2018-04-201-5/+8
* Update release notes and since tags for 8.4 (#10760)Teemu Suo-Anttila2018-03-271-4/+5
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Add row index to ItemClickEvent in Grid (#10754)Tatu Lund2018-03-271-3/+14
* Add API for accessing PropertySet of Grid (#10714)Aki Väliaho2018-03-261-0/+11
* Removed misleading Javadoc, as double can never be null (#10722)Daniel Schwering2018-03-161-2/+1
* 8.3.2 since (#10678)Ilia Motornyi2018-03-051-1/+1
* Fixes Grid editor visibility inside TabSheet (#10557)Piotr Wilkin2018-02-141-0/+15
* Fix Column.setSortable being overridden (#10604)Teemu Suo-Anttila2018-02-071-16/+35
* Rename widgetEventsAllowed to handleWidgetEvents (#10529)Leif Åstrand2018-01-121-9/+7
* Add missing since tags and JavaDocs (#10487)8.3.0.alpha1Teemu Suo-Anttila2018-01-031-0/+2
* Implement widget event handling for Columns in Grid (#10412)Teemu Suo-Anttila2017-12-291-1/+35
* Update Grid.addColumn JavaDoc to tell about nested properties (#10431)Olli Tietäväinen2017-12-271-1/+8
* Update to JSoup 1.11.2 (#10353)Leif Åstrand2017-11-231-1/+1
* Create DescriptionGenerator in package com.vaadin.ui (#10346)Aleksi Hietanen2017-11-211-1/+0
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-211-3/+3
* Add documentation on GridDragger (#10328)Pekka Hyvönen2017-11-161-0/+4
* Update since tags in JavaDoc (#10325)8.2.0.alpha3Teemu Suo-Anttila2017-11-151-2/+2
* Add ContentMode for row and cell descriptions in Grid (#10282)Teemu Suo-Anttila2017-11-101-8/+60
* add Grid.Column#get/setAssistiveCaption (#10219)Knoobie2017-10-301-0/+34
* Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)Ahmed Ashour2017-10-231-0/+17
* Grid.removeColumn() not to fail silently (Fixes #8056) (#10215)Ahmed Ashour2017-10-201-20/+26
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-22/+19
* Remove redundant null checks before an instanceof (#10173)Ahmed Ashour2017-10-121-1/+1
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-4/+4
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-7/+7
* Fix DataCommunicator parameter not used in Grid constructor (#10075)JenoDK2017-09-261-1/+1
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-221-2/+2
* Add scroll logic from TreeGrid to Tree (#10005)Piotr Wilkin2017-09-201-2/+2
* Remove unused methods (#10020)Ahmed Ashour2017-09-201-7/+0
* Minor javadoc improvements (#9885)Aleksi Hietanen2017-08-291-2/+0
* Fix state update on Grid Column hide in client (#9836)Teemu Suo-Anttila2017-08-181-3/+2
* Use correct version in since for Grid row height methods (#9824)Teemu Suo-Anttila2017-08-161-6/+6
* Provide API for setting row heights in Grid for different sections (#9810)Teemu Suo-Anttila2017-08-111-6/+92
* Add header and footer visibility setting to Grid (#9706)Teemu Suo-Anttila2017-08-011-0/+46
* Add API for forcing Grid column width calculation (#9756)Teemu Suo-Anttila2017-08-011-5/+20
* Clarification for GridContextClickEventIlia Motornyi2017-07-101-0/+26
* Map column components by id (#9624)Teemu Suo-Anttila2017-07-031-5/+6
* Use HasUserOriginated interface where appropriate (#9608)Henri Sara2017-06-291-19/+19
* Add presentation value providers for Grid (#9553)Teemu Suo-Anttila2017-06-271-27/+161
* Clarify javadoc of Grid.scrollTo (#9582)Henri Sara2017-06-261-4/+7
* Fix displaying Grid sort order set from server (#9530)Teemu Suo-Anttila2017-06-191-0/+12
* Add missing since tags (#9544)Henri Sara2017-06-151-4/+4
* Allow changing the renderer of hierarchy column in TreeGrid (#9514)Teemu Suo-Anttila2017-06-131-1/+11
* Allow grid columns to optionally shrink to be narrower than contentsArtur2017-05-301-0/+54
* Fix `@since` tags from #9206 to 8.0.7Pekka Hyvönen2017-05-261-9/+11
* Added constructor to Grid for compatibility with 8.0.7 (#9206) (#9209)Mikhail Buzuverov2017-05-261-2/+19
* Hide DataGenerator from Column API (#9351)Teemu Suo-Anttila2017-05-191-61/+75
* Add shorthand for adding a column with ComponentRendererPekka Hyvönen2017-05-191-0/+21