summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | 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
| * | | | | | | Fix GeneratedPropertyContainer property adding and removing (#13334)Teemu Suo-Anttila2014-09-251-43/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icda4f1b736054f5bb02cf3d7dfd2fdee79e88afd
| * | | | | | | Fix GridStaticSection communication to use column ids (#13334)Teemu Suo-Anttila2014-09-242-58/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic5174543cab912ea8647b92445f33ec3d9fca366
| * | | | | | | 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-243-49/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia4a36d433c5a48ae8aebf0c7fcf04d4cec2447b4
| * | | | | | | Add default implementation of Renderer.encode to AbstractRenderer (#13334)Johannes Dahlström2014-09-235-28/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I74a0960bbe56e71702762e4cf1067098dd428125
| * | | | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-09-2031-18/+6280
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8a35a090619778b1cfbff55e112ab2f30e6881a2
| | * | | | | | | Add Property and Item change notifiers for generated properties (#13334)Teemu Suo-Anttila2014-09-191-4/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I35a212b7f32f7c75333ee394f6dc102802d4d46e
| | * | | | | | | Add Container.Filterable to GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-191-1/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I84b1b649d1b8fc420238953f9d027b5737c5af58
| | * | | | | | | Implement Vaadin-specific editor row bind/cancel handling (#13334)Johannes Dahlström2014-09-192-54/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9a6326a065b3ca159dd1b4237de1dbf8fa8e10ff
| | * | | | | | | Add Container.Sortable interface to GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-171-2/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib6be69b1ede0d3129d9812c78fe961412be7d145
| | * | | | | | | Initial implementation of GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-162-0/+460
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie65422ad81672223b33dad33f7f88201a64c1948
| | * | | | | | | Pass editor row enabled state in shared state (#13334)Johannes Dahlström2014-09-092-19/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also refactor editor row tests a bit. Include separate GWT and Vaadin test cases at least until communication is finished. Change-Id: I5fd2288e20b11ba5bc33d074f7fe086dc3f00323
| | * | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-09-0339-502/+550
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merge needs Grid to use elemental.json instead of org.json Change-Id: Ib3c387c7e282b2502f266bafbdaad8727f5dc6ef
| | * | | | | | | | Fixes an occasional synchronization problem with duplicate updates (#13334)Henrik Paul2014-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I538556b5b307d1e187e68799e7bab622196d2a24
| | * | | | | | | | Server-side editor row (#13334)Henrik Paul2014-08-272-0/+394
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia84c8f0a00549318e35e2c844b6ec6c419cfa4f3
| | * | | | | | | | Fix Grid Footer to be visible by default (#13334)Teemu Suo-Anttila2014-08-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib2cc3be7b935bfbe78b34cd05c41d9d42292926d
| | * | | | | | | | Merge branch 'master' into gridLeif Åstrand2014-08-2228-18/+5144
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie3d71dde9bd9318c33de15190be8e0de20a2b8e7
| | | * | | | | | | | Add event originator information to Sort Events (#13334)Patrik Lindström2014-08-212-8/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9f8a295d6944807ccf89ea535d5500fac013e127
| | | * | | | | | | | Sending a drag select over the wire in a batch (#13334)Henrik Paul2014-08-192-4/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I49a518b484557d232542e999a2f41ffad3cc7568
| | | * | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-192-3/+112
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iac6947bc82bfbbb6856a924e7d538d195cfb405e
| | | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-121-327/+461
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I29844888351eaf8e75216c70fcaa9d25b4507036
| | | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-0713-293/+540
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: Ie05bea7142134a7a9d655fcdf6ca232fd13c742b
| | | * | | | | | | | | | | Add server side support for Components in Headers and Footers (#13334)Teemu Suo-Anttila2014-08-074-22/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic5a6b4c68bc2d09840cbd7faffebae8991a5fff4
| | | * | | | | | | | | | | Add support for server side colspans in Headers and Footers (#13334)Teemu Suo-Anttila2014-08-053-9/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I311aade38f4e725405a190ca1b6f114b4ac07053
| | | * | | | | | | | | | | Improved server-side Grid class javadoc (#13334)Henrik Paul2014-08-041-10/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifafc4c0ca5f7508d4abc4a539d14bc834e4e9593
| | | * | | | | | | | | | | Remove deprecated header/footer API (#13334)Henrik Paul2014-08-043-593/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9bddef300a817fd31054515e97bc6924370d3475
| | | * | | | | | | | | | | Refactor GridConnector to remove RowKeyHelper (#13334)Teemu Suo-Anttila2014-07-311-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4c2fec5b46b15eea456d4b0347b2a686943ad113
| | | * | | | | | | | | | | Add server side API for Headers and Footers (#13334)Teemu Suo-Anttila2014-07-315-31/+515
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I52f282089cc55b1f281b9aeb934886442b0c34f3
| | | * | | | | | | | | | | Client-side Grid header/footer rewrite: add default header support (#13334)Johannes Dahlström2014-07-291-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently supported: * Adding and removal of header and footer rows * Header is single-row by default * Footer is zero-row by default * Text captions * Showing and hiding the whole header or footer * Default header rows for sorting UI TODO: * Column spanning * HTML content * Widget content * Component content * Server side API * Shared state handling Change-Id: I3d6a2b75fad87780f83238ab792bbbcfe99a48fd
| | | * | | | | | | | | | | Grid header/footer rewrite: add partial shared state support (#13334)Johannes Dahlström2014-07-242-6/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently supported: * Adding and removal of header and footer rows * Header is single-row by default * Footer is zero-row by default * Text captions * Showing and hiding the whole header or footer * Passing captions and visibility in shared state TODO: * Column spanning * HTML content * Widget content * Component content * Sorting/Indicators * Server side API * Rest of shared state handling Change-Id: Iddd1a596597c3b11ead50bd7d5d7011cd81e2c83
| | | * | | | | | | | | | | Use NumberFormat instead of DecimalFormat for NumberRenderer (#13334)Leif Åstrand2014-07-231-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3f3b2b7d036fc53fd3466a9fe5e8b8fe03cf4204
| | | * | | | | | | | | | | Merge branch 'master' into gridLeif Åstrand2014-07-2219-505/+598
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6878b3c64eb5c98174537f4e5864e2ff2cb1863f
| | | * | | | | | | | | | | | Rename scrollToItem to scrollTo (#13334)Leif Åstrand2014-07-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib2e9415a40ec1664ea0b9881437f1c33eaf0bc09
| | | * | | | | | | | | | | | Server-side programmatic sort updates sort indicators in the UI (#13334)Leif Åstrand2014-07-101-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia4bae5d88d265250d1bf4daa8d23561edb757872
| | | * | | | | | | | | | | | Add server-side SortOrderChangeEvent support (#13334)Leif Åstrand2014-07-104-4/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia250909edccf9a838414994ee24eb5326f49478a
| | | * | | | | | | | | | | | GridConnector sends user sort events to the server (#13334)Leif Åstrand2014-07-101-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic5b1462ecf2e5a5cef6b08bea7a4c00a09c39c9a
| | | * | | | | | | | | | | | Server-side sorting updates data on client-side (#13334)Teemu Suo-Anttila2014-07-101-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If4576ed8605c4795d6edaa2f6d36cdb2eb9e8440
| | | * | | | | | | | | | | | Implement Grid server-side Sorting API (#13334)Patrik Lindström2014-07-093-4/+392
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie85cdaab8b942ed1bb60edac6b20bc1b9c47b445
| | | * | | | | | | | | | | | Fix unpinning in DataProviderKeyMapper (#13334)Teemu Suo-Anttila2014-07-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I485f262a4e44de10f207c804b91efe2f7ccf7670
| | | * | | | | | | | | | | | Removes the version number from @since in Grid classes (#13334)Henrik Paul2014-07-0819-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I36192c46b359b8307c5bb1faf71c3b9a20e77fb8
| | | * | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-07-088-97/+80
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I7f97cb771665485dbc9130a3c9b0365185615fc5
| | | * | | | | | | | | | | | | Adds key-related helper methods to Renderers. (#13334)Henrik Paul2014-07-047-11/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic7b1ece8b88126323acc2e216acdebe636091b98
| | | * | | | | | | | | | | | | Client now recognizes server-side selection model changes. (#13334)Henrik Paul2014-07-031-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic42e0e96871620fde6b9ce17dd5b487b1d6b8370
| | | * | | | | | | | | | | | | Clean up test code for selection column (#13334)Henrik Paul2014-07-031-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I98963a367f05c39ad6e185ebf8a1d903efa686a2
| | | * | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-07-0138-228/+1191
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I515edf75b3ba2eb0bf94fa0d747cadbce2c79a21
| | | * | | | | | | | | | | | | | Fix RendererTest to use AlwaysLockedVaadinSessionTeemu Suo-Anttila2014-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If78859ed34dde9e32e4e4c426cb98024e156c575
| | | * | | | | | | | | | | | | | Add connectors for server-side Renderers (#13334)Henrik Paul2014-06-275-0/+347
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id1725b12c98e661a6abfdd55adaf8dd0669ad359
| | | * | | | | | | | | | | | | | Send selection between server and client (#13334)Henrik Paul2014-06-273-35/+380
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I75174af63092fca72d9aa63ccf3c06a77f42c4f6