summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Grid.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-7334/+0
* Fix Components cleanup on Header/FooterRow remove in Grid (#19497)Teemu Suo-Anttila2016-02-131-0/+11
* Fix Grid DetailsGenerator being removed on Container change (#19593)Teemu Suo-Anttila2016-02-131-2/+13
* Add missing @since for 7.6.1Teemu Suo-Anttila2016-01-121-1/+1
* Add a client-side connector for DetailsComponentManager (#19412)Teemu Suo-Anttila2016-01-051-1/+1
* Increase grid column resize handle width (#16838)Marlon Richert2015-12-181-0/+10
* Reapply DataGenerators when container changes (#19357, #19359)Teemu Suo-Anttila2015-12-141-0/+10
* Fix select all checkbox state update with low row count (#19322)Teemu Suo-Anttila2015-11-301-2/+4
* Fix setSelected in MultiSelectionModel to update row data (#19302)Teemu Suo-Anttila2015-11-251-2/+7
* Render null header caption as empty (#18553)Artur Signell2015-11-031-1/+3
* Support caption fetching for HTML and Widget headers. (#18528)Sauli Tähkäpää2015-10-281-7/+3
* Set pixel sizes to Grid columns when user starts drag resize (#16838)Johannes Dahlström2015-10-211-0/+1
* Javadocs for new 7.6 API (#19135) and some fixeselmot2015-10-151-3/+2
* Move RpcDataProviderExtension and DataGenerator to correct packageTeemu Suo-Anttila2015-10-131-2/+2
* Fix empty @since for 7.6.0.alpha77.6.0.alpha7Markus Koivisto2015-10-121-6/+6
* Remove Guava dependency from GridTeemu Suo-Anttila2015-10-121-9/+22
* Refactor DetailComponentManager to be a static nested class of GridTeemu Suo-Anttila2015-10-121-34/+270
* Fix empty @since for 7.6.alpha7Markus Koivisto2015-10-091-2/+2
* Add Grid column resize event API (#16838)Johannes Dahlström2015-10-091-10/+213
* Write true boolean attibutes without ='' (#17583)Leif Åstrand2015-10-091-2/+1
* Add Grid.deselectAll() (#18339)Artur Signell2015-10-091-0/+41
* Report user-resized column widths to server (#16838)Johannes Dahlström2015-10-081-1/+8
* Add API for setting Grid columns resizable (#16838)Johannes Dahlström2015-10-081-23/+74
* Update/add @since tags in javadocHenri Sara2015-10-071-1/+3
* Remove Grid EditorEvents and ListenersTeemu Suo-Anttila2015-10-071-143/+0
* Rename DesignFormatter.unencodeFromTextNode to decodeFromTextNodeTeemu Suo-Anttila2015-10-071-1/+1
* Add API for data destruction to DataGenerator interface (#19038)Teemu Suo-Anttila2015-10-061-0/+10
* Add GridContextClickEvent with item ids, properties and section (#16855)Teemu Suo-Anttila2015-10-051-0/+82
* Ensure Grid classes can be accessed (#18976)Artur Signell2015-09-281-3/+3
* Support HTML entities when reading/writing declarative format #18882Maciej Przepióra2015-09-241-3/+7
* Update @since tags for 7.6.Mika Murtojarvi2015-09-081-1/+1
* Redesign RpcDataSourceConnector pinning RPC requests (#18692)Teemu Suo-Anttila2015-09-021-10/+9
* Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-021-0/+3
* Refactor Grid SelectionModels as extensions (#18624)Teemu Suo-Anttila2015-09-011-161/+156
* Do not mark as dirty in Grid.isEditorBufferedArtur Signell2015-08-311-1/+1
* Fix empty @since tags for 7.6.0.alpha47.6.0.alpha4Johannes Dahlström2015-08-261-6/+6
* Merge branch 'master-before-18503' into grid-unbuffered-editorHenri Sara2015-08-191-1/+29
|\
| * Update Select all -CheckBox from server and partial selections (#17590)Teppo Kurki2015-08-051-0/+17
* | Merge branch 'master-18493' into grid-unbuffered-editorHenri Sara2015-08-191-9/+0
|\|
| * Fix DetailsRow communication use connector IDs (#18493)Teemu Suo-Anttila2015-07-211-13/+4
* | Keep non-editable & selection columns visible in editorTeppo Kurki2015-08-111-0/+3
* | Add row and cell description generators to Grid (#18481)Teppo Kurki2015-07-151-33/+184
* | Prevent Grid editor move in unbuffered mode if validation errors inJohannes Dahlström2015-07-151-15/+24
* | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-131-0/+5
|\|
| * Update connector hierarch when canceling editor (#16976).Leif Åstrand2015-07-131-0/+4
* | Refactor RpcDataProviderExtension to use DataGenerators Teemu Suo-Anttila2015-07-101-6/+141
* | Close Grid editor on container item set changeJohannes Dahlström2015-07-091-2/+21
* | Update @since tags for 7.6Henri Sara2015-07-021-2/+2
* | Merge branch 'master' into grid-unbuffered-editorTeppo Kurki2015-06-261-1/+5
|\|
| * Properly toggle editor state when calling editId() on the server (#18287)Artur Signell2015-06-261-1/+5