aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeatures.java
Commit message (Expand)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-1606/+0
* Fix Grid NPE when deselecting already removed row (#19152)Teemu Suo-Anttila2015-10-261-0/+13
* Set pixel sizes to Grid columns when user starts drag resize (#16838)Johannes Dahlström2015-10-211-5/+4
* Refactor DetailComponentManager to be a static nested class of GridTeemu Suo-Anttila2015-10-121-0/+2
* Add Grid column resize event API (#16838)Johannes Dahlström2015-10-091-1/+10
* Report user-resized column widths to server (#16838)Johannes Dahlström2015-10-081-0/+11
* Add API for setting Grid columns resizable (#16838)Johannes Dahlström2015-10-081-0/+25
* Remove Grid EditorEvents and ListenersTeemu Suo-Anttila2015-10-071-27/+0
* Add API for data destruction to DataGenerator interface (#19038)Teemu Suo-Anttila2015-10-061-13/+22
* Cut off Grid cell content when max column width is set (#18617)Teppo Kurki2015-08-211-0/+12
* Merge branch 'master-before-18503' into grid-unbuffered-editorHenri Sara2015-08-191-0/+20
|\
| * Update Select all -CheckBox from server and partial selections (#17590)Teppo Kurki2015-08-051-0/+20
* | Add row and cell description generators to Grid (#18481)Teppo Kurki2015-07-151-0/+43
* | Prevent Grid editor move in unbuffered mode if validation errors inJohannes Dahlström2015-07-151-0/+1
* | Close Grid editor on container item set changeJohannes Dahlström2015-07-091-34/+42
* | Added test to confirm that value change affects the editor fieldTeppo Kurki2015-07-011-0/+32
* | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-151-0/+12
|\|
| * Use headerCaption as default hidingToggleCaption (#18028)Teppo Kurki2015-06-051-0/+12
* | On progr. editor open, focus target cell if Grid had focus prior7.6.0.alpha1Teppo Kurki2015-06-031-0/+21
* | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-011-0/+34
|\|
| * Handle generated empty string style names properly (#17335)Artur Signell2015-05-191-0/+34
* | Add unbuffered editing mode to GridTeppo Kurki2015-05-261-0/+8
* | Add grid editor events (#17451)patrik2015-05-211-0/+29
* | Add focus API to GridJohannes Dahlström2015-05-201-1/+0
|/
* Fixes some broken FF24 tests for Grid.Pekka Hyvönen2015-05-061-0/+5
* Fixed theming issues with Grid's Sidebar (#17412)Pekka Hyvönen2015-04-221-5/+15
* Use MenuBar in Grid's sidebar for column hiding #17332Pekka Hyvönen2015-04-091-1/+11
* Adds theme to details in Grid (#16644)Jouni Koivuviita2015-04-011-0/+3
* API for column hiding toggle caption in Grid (#17272)Pekka Hyvönen2015-03-311-6/+25
* Grid column hiding info from client to server #(17023)Pekka Hyvönen2015-03-221-0/+6
* Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5Henrik Paul2015-03-191-0/+115
|\
| * Adds details generator swap support for Grid (#16644)Henrik Paul2015-03-181-52/+79
| * Grid's Details can now be Components (#16644)Henrik Paul2015-03-171-0/+74
| * Server side Grid can open details on the client side (#16644)Henrik Paul2015-03-171-0/+14
* | Adds server side column hiding API to Grid (#17023)Henrik Paul2015-03-191-1/+42
* | Fire server-side event when column order changes. (#16643)Pekka Hyvönen2015-02-191-0/+23
* | Update server side state when columns are reordered. (#16643)Pekka Hyvönen2015-02-181-0/+42
* | Toggle column reordering from server side. Tests for reordering. #16643Pekka Hyvönen2015-02-171-0/+8
|/
* Remove grid.[set|get]EditorField(Object, Field) (#16538)Leif Åstrand2015-02-091-1/+1
* Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521)Leif Åstrand2015-02-061-3/+3
* Add API for controlling deselection for single select model (#16567)Leif Åstrand2015-02-061-0/+20
* Grid columns can now be marked as non-editable (#16538)Johannes Dahlström2015-02-051-1/+3
* Makes it possible to change save/cancel captions in Grid editor (#16551)Henrik Paul2015-02-051-0/+16
* Add ItemClickEvents to Grid (#15449)Teemu Suo-Anttila2015-01-141-0/+27
* Add @BackgroundMessage annotation (#15373)Leif Åstrand2015-01-121-0/+22
* Fix adding rows to visible range of Grid (#15476)Teemu Suo-Anttila2015-01-021-1/+1
* Fix server selection firing multiple events on client select (#13334)Teemu Suo-Anttila2014-12-171-1/+19
* Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-171-22/+20
* Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-171-1/+1
* Fixes an issue with Escalator.getVisibleRowRange() if it's emptyHenrik Paul2014-12-161-2/+25