summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Grid.java
Commit message (Expand)AuthorAgeFilesLines
* Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-081-0/+3
* Update Select all -CheckBox from server and partial selections (#17590)Teppo Kurki2015-08-051-0/+17
* Fix DetailsRow communication use connector IDs (#18493)Teemu Suo-Anttila2015-07-211-13/+4
* Update connector hierarch when canceling editor (#16976).Leif Åstrand2015-07-211-0/+4
* Properly toggle editor state when calling editId() on the serverArtur Signell2015-07-041-1/+5
* Better handle exceptions when opening Grid editor (#17935)Johannes Dahlström2015-06-091-10/+25
* Better error messages for addColumn/setColumns (#18019, #17890)Artur Signell2015-06-051-1/+11
* Use headerCaption as default hidingToggleCaption (#18028)Teppo Kurki2015-06-051-15/+19
* Fix for javadocselmot2015-06-011-22/+22
* Add @since 7.5Mika Murtojarvi2015-05-291-1/+1
* Adds a textual null representation to Grid renderers(#16560)7.5.0.beta2Ilia Motornyi2015-05-281-2/+21
* Split AbstractGridExtension from AbstractRenderer (#18003)Teemu Suo-Anttila2015-05-261-5/+32
* Return components in merged header/footer cells only once (#17904)Artur Signell2015-05-201-1/+3
* Ensure the whole hierarchy is refreshed when opening editor row (#17459)Artur Signell2015-05-191-0/+7
* Add missing @since for 7.5Leif Åstrand2015-05-121-3/+7
* Make extra API private instead of protected (#16596)Teemu Suo-Anttila2015-05-121-1/+1
* Updated all empty @since tags to be published in 7.5.0Pekka Hyvönen2015-05-111-10/+10
* Fix the updating of sort indicators (#17440)Mika Murtojarvi2015-05-051-4/+16
* Merge branch 'grid-7.5'Pekka Hyvönen2015-04-301-9/+567
|\
| * Merge branch 'master' into grid-7.5Pekka Hyvönen2015-04-171-4/+6
| |\
| * | Declarative support and test for Grid.Column.hidingToggleCaption #17481Pekka Hyvönen2015-04-161-0/+8
| * | Declarative support and tests for Grid's 7.5 features (#17481)Pekka Hyvönen2015-04-161-1/+12
| * | Grid.Column setHidable and setHidden return the Column #17478Pekka Hyvönen2015-04-161-4/+10
| * | Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-151-10/+493
| |\ \
| * | | API for column hiding toggle caption in Grid (#17272)Pekka Hyvönen2015-03-311-2/+44
| * | | Server Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-311-0/+7
| * | | Update all empty since tags published in alpha1Leif Åstrand2015-03-261-19/+19
| * | | Fix Grid's frozen column count with hidden columns #17273Pekka Hyvönen2015-03-251-0/+3
| * | | Grid column hiding info from client to server #(17023)Pekka Hyvönen2015-03-221-7/+58
| * | | Fix various small issues discovered while reviewing APILeif Åstrand2015-03-201-1/+3
| * | | Move DetailComponentManager from Grid to RDPE (#16644)Henrik Paul2015-03-201-247/+6
| * | | Added some extra warnings for DetailsGenerator (#16644)Henrik Paul2015-03-191-1/+3
| * | | Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5Henrik Paul2015-03-191-1/+360
| |\ \ \
| | * | | Adds details generator swap support for Grid (#16644)Henrik Paul2015-03-181-10/+51
| | * | | Grid's Details can now be Components (#16644)Henrik Paul2015-03-171-1/+229
| | * | | Server side Grid can open details on the client side (#16644)Henrik Paul2015-03-171-0/+91
| * | | | Adds server side column hiding API to Grid (#17023)Henrik Paul2015-03-191-0/+159
| | | | |
| | \ \ \
| *-. \ \ \ Merge remote-tracking branches 'origin/grid-detailsrow' and 'origin/grid-colu...Henrik Paul2015-03-171-2/+151
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch 'master' into grid-columnreorderPekka Hyvönen2015-03-061-1/+14
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | * | | Fire server-side event when column order changes. (#16643)Pekka Hyvönen2015-02-191-1/+85
| | | * | | Update server side state when columns are reordered. (#16643)Pekka Hyvönen2015-02-181-0/+40
| | | * | | Toggle column reordering from server side. Tests for reordering. #16643Pekka Hyvönen2015-02-171-0/+25
| | * | | | Merge branch 'master' into detailsrowHenrik Paul2015-03-121-1/+1
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fixes a bug with escalator.scrollToRow and spacers (#16644)Henrik Paul2015-03-051-2/+2
* | | | | | Add a method for setting visible Grid columns (#17080)Mika Murtojarvi2015-04-231-0/+23
| |_|_|_|/ |/| | | |
* | | | | Fix Grid frozen column declarative support (#16596)Teemu Suo-Anttila2015-04-161-4/+6
| |_|_|/ |/| | |
* | | | Fix Grid inline data declarative support (#16596)Teemu Suo-Anttila2015-04-141-2/+26
* | | | Fix Grid Header/Footer declarative support (#16596)Teemu Suo-Anttila2015-04-141-1/+250
* | | | Fix Grid Columns declarative support (#16596)Teemu Suo-Anttila2015-04-141-0/+117
* | | | Fix Grid column adding to set column sortable correctly (#17446)Teemu Suo-Anttila2015-04-131-8/+15