aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reworks the datasource size logic (#13334)Henrik Paul2014-10-032-26/+8
| | | | | | | There's no setting of size, but it's inferred instead. Also, you can't set the size, only ask for a size. Change-Id: Ibec5ecc5008b3fc38e5942c25e1b8ff8a1b7e402
* Fixes a race condition in Escalator's scrolling (#13334)Henrik Paul2014-10-038-55/+78
| | | | Change-Id: I8bd6195bfbf37c847919e3092d486e67fe79cd5c
* Renames "estimated size" to a more definite "size" (#13334)Henrik Paul2014-10-027-31/+31
| | | | Change-Id: I9f72cc85223df21e5fac0da29b493bcc89bd3b9c
* Adds Valo support for Grid (#13334)Henrik Paul2014-10-024-129/+200
| | | | Change-Id: Ied1e823142efc8e5abd2e2c203eedeef0248d68b
* Tests behavior rather than log output (#13334)Henrik Paul2014-10-021-87/+163
| | | | Change-Id: Id00aa2d79251a6235486d39e66552a9ed4b3c534
* Add support for Grid column reordering (#13334)Teemu Suo-Anttila2014-10-027-55/+201
| | | | Change-Id: I685cf0455810520e801cccdd46d8af838c8a3917
* Update sortable columns on property set change (#13334)Teemu Suo-Anttila2014-10-023-12/+52
| | | | Change-Id: I01e74825e5ba68fb3a5e6f68acf8ba7fbde97cf2
* Grid's client selection model is now the same as server-side (#13334)Henrik Paul2014-10-011-1/+1
| | | | Change-Id: I37fe3f7e54509fa75a51e384c98b24552908f441
* Add a constructor without parameters to Grid (#13334)Teemu Suo-Anttila2014-10-011-0/+8
| | | | Change-Id: I4205b42164322b1cbad8d4b697e339ae63c80a54
* De-genericize clientside NumberRenderer (#13334)Johannes Dahlström2014-09-303-3/+3
| | | | Change-Id: I687eb81210df54d8c3ea99ab15234efe8dc92917
* Fix indexing issues when removing Grid columns (#13334)Teemu Suo-Anttila2014-09-303-10/+29
| | | | Change-Id: Ib3e0376d0ffb578d5af851cad9939406251dd71d
* Add convenience constructors to client-side Date+NumberRenderer (#13334)Johannes Dahlström2014-09-292-3/+22
| | | | Change-Id: I61904c17e625d9910a56c7c57ec41032eed5a352
* Map row data with column ids instead of using an array (#13334)Teemu Suo-Anttila2014-09-263-20/+11
| | | | Change-Id: I12fafeec9cb3666822676c80b2062ec2ef4af7ee
* Implement ProgressBarRenderer (#13334)Johannes Dahlström2014-09-266-3/+216
| | | | Change-Id: I0193878dadec23a5709fa6f5f50591757b99ae04
* Add a test for Grid with GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-262-0/+203
| | | | Change-Id: If32242828745854c81020405657cc49e13c35bef
* Fix Grid static section column removal (#13334)Teemu Suo-Anttila2014-09-252-8/+55
| | | | Change-Id: I8ec67cfe4b55b00ddcf8e4d903ff042773077314
* Pass correct item instance to PropertyValueGenerators (#13334)Teemu Suo-Anttila2014-09-251-1/+1
| | | | Change-Id: Ie8ac965863f4096393d7ee21050d38c61c5e59eb
* Make complex renderer .init() abstract (#13334)Teemu Suo-Anttila2014-09-254-12/+19
| | | | Change-Id: I397c3120c22bdfeb27d10f308efe5abc710138b0
* Add setHeader functionality for GridColumns (#13334)Teemu Suo-Anttila2014-09-252-14/+63
| | | | Change-Id: I0838d6c36088d35ab881e731151ee15194f0e1d4
* Fix GeneratedPropertyContainer property adding and removing (#13334)Teemu Suo-Anttila2014-09-252-51/+117
| | | | Change-Id: Icda4f1b736054f5bb02cf3d7dfd2fdee79e88afd
* Fix GridStaticSection communication to use column ids (#13334)Teemu Suo-Anttila2014-09-245-77/+77
| | | | Change-Id: Ic5174543cab912ea8647b92445f33ec3d9fca366
* Add addColumns functionality to Grid (#13334)Teemu Suo-Anttila2014-09-241-0/+13
| | | | Change-Id: I7d83c92c82bc3e5c41909eccdc28d3a8111635a8
* Fix GridKeyEvents to provide correct API for different types (#13334)Teemu Suo-Anttila2014-09-246-29/+210
| | | | Change-Id: Id8ee1b8aab40273b2c0da4d85d8d07b419af49d7
* Fix GeneratedPropertyContainer to support add and remove events (#13334)Teemu Suo-Anttila2014-09-241-1/+77
| | | | Change-Id: I9a1ff7338a70528a0f0b2fbe6752fb2640dcc0d9
* Fix Grid header default row cell setup when adding properties (#13334)Teemu Suo-Anttila2014-09-245-70/+18
| | | | Change-Id: Ia4a36d433c5a48ae8aebf0c7fcf04d4cec2447b4
* Add default implementation of Renderer.encode to AbstractRenderer (#13334)Johannes Dahlström2014-09-238-51/+46
| | | | Change-Id: I74a0960bbe56e71702762e4cf1067098dd428125
* Add support for relative sizes for Escalator/Grid (#13334)Henrik Paul2014-09-234-15/+50
| | | | Change-Id: Ic58fe644645fd18274a8d92d904ade8140b194b7
* Makes Escalator and Grid DeferredWorkers (#13334)Henrik Paul2014-09-223-2/+40
| | | | Change-Id: Ia8c1b98e4e2c021b570e74f3527f58f15a469a17
* Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-09-20191-25/+35998
|\ | | | | | | Change-Id: I8a35a090619778b1cfbff55e112ab2f30e6881a2
| * Add Property and Item change notifiers for generated properties (#13334)Teemu Suo-Anttila2014-09-192-4/+159
| | | | | | | | Change-Id: I35a212b7f32f7c75333ee394f6dc102802d4d46e
| * Implement commit/discard functionality for editor row (#13334)Johannes Dahlström2014-09-196-9/+217
| | | | | | | | | | | | | | | | Includes commit and cancel UI. Vaadin-specific commit/discard implementation will be submitted as a separate patch. As of now, commits are assumed to always succeed. Change-Id: I2043eac2fe80012bee235648b01518f19057c215
| * Add Container.Filterable to GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-192-3/+153
| | | | | | | | Change-Id: I84b1b649d1b8fc420238953f9d027b5737c5af58
| * Implement Vaadin-specific editor row bind/cancel handling (#13334)Johannes Dahlström2014-09-198-64/+402
| | | | | | | | Change-Id: I9a6326a065b3ca159dd1b4237de1dbf8fa8e10ff
| * Scroll editor row horizontally along with the rest of grid (#13334)Johannes Dahlström2014-09-191-0/+20
| | | | | | | | Change-Id: Ib0aaa801570149c97f614fa9d04252508bdafcd7
| * Fixes an assumption bug with EditorRow (#13334)Henrik Paul2014-09-175-10/+46
| | | | | | | | Change-Id: Ieabb3d10daf445b4cfc387b202ede4dde58a73f1
| * Add Container.Sortable interface to GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-172-6/+164
| | | | | | | | Change-Id: Ib6be69b1ede0d3129d9812c78fe961412be7d145
| * Fix Grid active cell navigation with colspans (#13334)Teemu Suo-Anttila2014-09-161-1/+1
| | | | | | | | Change-Id: Iafcb82c86d9c4772d9488b80bd888f06b142951b
| * Initial implementation of GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-163-0/+516
| | | | | | | | Change-Id: Ie65422ad81672223b33dad33f7f88201a64c1948
| * Fix client-side StaticRow to use GridColumn instead of index (#13334)Teemu Suo-Anttila2014-09-165-140/+143
| | | | | | | | Change-Id: I82e86c41de400e232fdf153379b8c40167bce438
| * Prevent dispatching GridKeyEvents when target is not grid (#13334)Teemu Suo-Anttila2014-09-155-23/+47
| | | | | | | | Change-Id: I2efd6d48502360d14d21456077d50b37fa8a4be6
| * Tests Escalator's freezing columns. (#13334)Henrik Paul2014-09-152-0/+125
| | | | | | | | Change-Id: Ifd85cfba770e31a91e05b854fde67c991f443c4d
| * Fixes Escalator's assertion error regarding scroll position (#13334)Henrik Paul2014-09-121-0/+39
| | | | | | | | Change-Id: I72dd8c5160022d127692e223c267edf09e73e091
| * Implement data binding and edit cancel mechanism for editor row (#13334)Johannes Dahlström2014-09-115-21/+179
| | | | | | | | | | | | | | This patch contains only the generic parts and a test EditorRowHandler. The Vaadin-specific implementation will be submitted as a separate change. Change-Id: I719a474fd72d7801a3b6c9cc567af1655b2f8565
| * Testing Escalator (post|pre)(Attach|Detach) functionality (#13334)Henrik Paul2014-09-115-3/+298
| | | | | | | | Change-Id: If7a61560a96c5720b54bf3b5dcc83aef3ff7e357
| * Bundles the logging label into a widget (#13334)Henrik Paul2014-09-112-55/+69
| | | | | | | | Change-Id: I1c041c34dc4b08351122d0afc6de6fe2afadd48c
| * Tests Escalator's column spans (#13334)Henrik Paul2014-09-102-0/+96
| | | | | | | | Change-Id: I3378f6b9bed4ee917c2244904ad07b5d38711ca2
| * Escalator tests for columns and rows (#13334)Henrik Paul2014-09-102-0/+223
| | | | | | | | Change-Id: I258135dce0d78baf8d8483e6b24a2510161cee12
| * Implement client-side editor row widget binding (#13334)Johannes Dahlström2014-09-097-8/+171
| | | | | | | | Change-Id: I898d89cecc2d1c552a3cc32461d612d55d1babd7
| * Fixes exception while hiding the last Grid column (#13334)Henrik Paul2014-09-091-1/+17
| | | | | | | | Change-Id: Icdb8b9609c005a8d59a8c6f3c75523790bb65348
| * Fix and unify multi-column sorting behavior (#13334)Patrik Lindström2014-09-092-99/+97
| | | | | | | | Change-Id: Idc5b66395eb132a3a0a177593f5d91a165a925de