aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/widgetset/client/grid/GridBasicClientFeaturesWidget.java
Commit message (Expand)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-1632/+0
* Disable sidebar button when grid is disabled. (#18696)Sauli Tähkäpää2015-09-141-0/+21
* Reformat with Luna SR2Artur Signell2015-06-261-2/+1
* Fix Grid client-side event support (#17986)Teemu Suo-Anttila2015-05-271-0/+44
* Add support for custom Grid sidebar items (#17569)Leif Åstrand2015-04-241-0/+87
* Client Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-271-17/+52
* Disable Sidebar API access since it will still be reworked (#17023)Leif Åstrand2015-03-201-40/+0
* Fixes several issues with hidden columns in Grid (#17023)Pekka Hyvönen2015-03-201-0/+1
* Restructure sidebar widget handling to work with custom content (#17023)Leif Åstrand2015-03-201-0/+39
* Merge remote-tracking branch 'origin/grid-columnhiding' into grid-7.5Pekka Hyvönen2015-03-191-1/+6
|\
| * Display button for opening sidebar in Grid when hidable columns #17023Pekka Hyvönen2015-03-171-1/+6
| |
| \
*-. | Merge remote-tracking branches 'origin/grid-detailsrow' and 'origin/grid-colu...Henrik Paul2015-03-171-0/+215
|\ \|
| | * Client side event for grid's columns visibility change (#17023)Pekka Hyvönen2015-03-131-0/+42
| | * Hide columns with client side API in Grid (#17023)Pekka Hyvönen2015-03-131-0/+6
| | * Merge branch 'master' into grid-columnreorderPekka Hyvönen2015-03-061-0/+36
| | |\ | |_|/ |/| |
| | * Client side event for column reordering in Grid. #16643Pekka Hyvönen2015-02-161-0/+45
| | * Drag and drop column reorder for default header row on client side Grid. #16643Pekka Hyvönen2015-02-131-0/+9
| * | Merge branch 'master' into HEADHenrik Paul2015-03-041-0/+9
| |\ \ | |/ / |/| |
| * | Adds Widget support for DetailsGenerator (#16644)Henrik Paul2015-02-181-7/+53
| * | Adds initial details row support to Grid (#16644)Henrik Paul2015-02-171-0/+40
| |/
* / Reapplying column width on Grid actually reapplies the width (#16900)Pekka Hyvönen2015-03-031-0/+9
|/
* Add API for controlling deselection for single select model (#16567)Leif Åstrand2015-02-061-0/+10
* Show editor save error (#16602)Leif Åstrand2015-02-061-4/+6
* Highlights erroneous cells in Grid editor (#16575)Henrik Paul2015-02-061-1/+17
* Grid columns can now be marked as non-editable (#16538)Johannes Dahlström2015-02-051-0/+2
* Makes it possible to change save/cancel captions in Grid editor (#16551)Henrik Paul2015-02-051-0/+14
* Adds error handling to Grid Editor (#15556)Henrik Paul2015-01-151-14/+25
* A few small renames and typo fixes for GridJohannes Dahlström2015-01-111-0/+8
* Fix header texts to captions in Grid client side (#15511)Teemu Suo-Anttila2015-01-071-7/+7
* Use CellReference in Grid events and event handling (#13334)Teemu Suo-Anttila2014-12-181-30/+29
* Use CellReference instead of FlyweightCell in Grid APIs (#13334)Leif Åstrand2014-12-181-4/+5
* Make editor request API easier to use (#13334)Johannes Dahlström2014-12-171-5/+0
* Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-171-17/+17
* Fix Grid Tests to test features correctly (#13334)Teemu Suo-Anttila2014-12-171-37/+69
* Refactor Grid client side package structure (#13334)Teemu Suo-Anttila2014-12-121-43/+42
* Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-121-52/+77
* Remove editor row discard methods; rename "commit" to "save" (#13334)Johannes Dahlström2014-12-111-15/+3
* Flatten client-side EditorRow API (#13334)Johannes Dahlström2014-12-111-8/+7
* Add select all / select none checkbox to SelectionColumn (#13334)Teemu Suo-Anttila2014-12-081-0/+1
* Continue rendering after exception (#13334)Leif Åstrand2014-12-081-0/+19
* Flatten Header and Footer API into client-side Grid (#13334)Teemu Suo-Anttila2014-12-081-33/+25
* Refactor frozen column API (#13334)Leif Åstrand2014-12-051-10/+13
* Remove Column visibility setting from client side (#13334)Teemu Suo-Anttila2014-12-051-6/+0
* Add client-side CellStyleGenerator (#13334)Leif Åstrand2014-12-041-0/+81
* Fix subparts for merged cells (#13334)Teemu Suo-Anttila2014-11-251-9/+21
* Fix event handling when Grid is inside a Composite (#13334)Johannes Dahlström2014-11-251-1/+16
* Renames "active cell" to "cell focus" or "focused cell" (#13334)Henrik Paul2014-10-291-27/+27
* Add constructor with header text for client side GridColumn (#13334)Teemu Suo-Anttila2014-10-221-7/+7
* Add convenience methods to EditorRowHandler (#13334)Johannes Dahlström2014-10-091-4/+4
* Add refresh function to RowHandle for informing data updates (#13334)Teemu Suo-Anttila2014-10-071-0/+32