aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure Renderers that do type conversions work properly (#13334)Johannes Dahlström2014-10-037-28/+37
* Reworks the datasource size logic (#13334)Henrik Paul2014-10-032-26/+8
* Fixes a race condition in Escalator's scrolling (#13334)Henrik Paul2014-10-038-55/+78
* Renames "estimated size" to a more definite "size" (#13334)Henrik Paul2014-10-027-31/+31
* Adds Valo support for Grid (#13334)Henrik Paul2014-10-024-129/+200
* Tests behavior rather than log output (#13334)Henrik Paul2014-10-021-87/+163
* Add support for Grid column reordering (#13334)Teemu Suo-Anttila2014-10-027-55/+201
* Update sortable columns on property set change (#13334)Teemu Suo-Anttila2014-10-023-12/+52
* Grid's client selection model is now the same as server-side (#13334)Henrik Paul2014-10-011-1/+1
* Add a constructor without parameters to Grid (#13334)Teemu Suo-Anttila2014-10-011-0/+8
* De-genericize clientside NumberRenderer (#13334)Johannes Dahlström2014-09-303-3/+3
* Fix indexing issues when removing Grid columns (#13334)Teemu Suo-Anttila2014-09-303-10/+29
* Add convenience constructors to client-side Date+NumberRenderer (#13334)Johannes Dahlström2014-09-292-3/+22
* Map row data with column ids instead of using an array (#13334)Teemu Suo-Anttila2014-09-263-20/+11
* Implement ProgressBarRenderer (#13334)Johannes Dahlström2014-09-266-3/+216
* Add a test for Grid with GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-262-0/+203
* Fix Grid static section column removal (#13334)Teemu Suo-Anttila2014-09-252-8/+55
* Pass correct item instance to PropertyValueGenerators (#13334)Teemu Suo-Anttila2014-09-251-1/+1
* Make complex renderer .init() abstract (#13334)Teemu Suo-Anttila2014-09-254-12/+19
* Add setHeader functionality for GridColumns (#13334)Teemu Suo-Anttila2014-09-252-14/+63
* Fix GeneratedPropertyContainer property adding and removing (#13334)Teemu Suo-Anttila2014-09-252-51/+117
* Fix GridStaticSection communication to use column ids (#13334)Teemu Suo-Anttila2014-09-245-77/+77
* Add addColumns functionality to Grid (#13334)Teemu Suo-Anttila2014-09-241-0/+13
* Fix GridKeyEvents to provide correct API for different types (#13334)Teemu Suo-Anttila2014-09-246-29/+210
* Fix GeneratedPropertyContainer to support add and remove events (#13334)Teemu Suo-Anttila2014-09-241-1/+77
* Fix Grid header default row cell setup when adding properties (#13334)Teemu Suo-Anttila2014-09-245-70/+18
* Add default implementation of Renderer.encode to AbstractRenderer (#13334)Johannes Dahlström2014-09-238-51/+46
* Add support for relative sizes for Escalator/Grid (#13334)Henrik Paul2014-09-234-15/+50
* Makes Escalator and Grid DeferredWorkers (#13334)Henrik Paul2014-09-223-2/+40
* Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-09-20191-25/+35998
|\
| * Add Property and Item change notifiers for generated properties (#13334)Teemu Suo-Anttila2014-09-192-4/+159
| * Implement commit/discard functionality for editor row (#13334)Johannes Dahlström2014-09-196-9/+217
| * Add Container.Filterable to GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-192-3/+153
| * Implement Vaadin-specific editor row bind/cancel handling (#13334)Johannes Dahlström2014-09-198-64/+402
| * Scroll editor row horizontally along with the rest of grid (#13334)Johannes Dahlström2014-09-191-0/+20
| * Fixes an assumption bug with EditorRow (#13334)Henrik Paul2014-09-175-10/+46
| * Add Container.Sortable interface to GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-172-6/+164
| * Fix Grid active cell navigation with colspans (#13334)Teemu Suo-Anttila2014-09-161-1/+1
| * Initial implementation of GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-163-0/+516
| * Fix client-side StaticRow to use GridColumn instead of index (#13334)Teemu Suo-Anttila2014-09-165-140/+143
| * Prevent dispatching GridKeyEvents when target is not grid (#13334)Teemu Suo-Anttila2014-09-155-23/+47
| * Tests Escalator's freezing columns. (#13334)Henrik Paul2014-09-152-0/+125
| * Fixes Escalator's assertion error regarding scroll position (#13334)Henrik Paul2014-09-121-0/+39
| * Implement data binding and edit cancel mechanism for editor row (#13334)Johannes Dahlström2014-09-115-21/+179
| * Testing Escalator (post|pre)(Attach|Detach) functionality (#13334)Henrik Paul2014-09-115-3/+298
| * Bundles the logging label into a widget (#13334)Henrik Paul2014-09-112-55/+69
| * Tests Escalator's column spans (#13334)Henrik Paul2014-09-102-0/+96
| * Escalator tests for columns and rows (#13334)Henrik Paul2014-09-102-0/+223
| * Implement client-side editor row widget binding (#13334)Johannes Dahlström2014-09-097-8/+171
| * Fixes exception while hiding the last Grid column (#13334)Henrik Paul2014-09-091-1/+17