aboutsummaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Add server-side CellStyleGenerator (#13334)Leif Åstrand2014-12-042-1/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id12f1135673d93fddd0a59d26b1c546a0ef0ee1d
| * | | | | | | | Rename method to be consistent with Container.Viewer (#13334)Artur Signell2014-12-043-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If5431f81e4e799508eb6a067748dec356de43b2f
| * | | | | | | | Allow setting style name for header/footer rows (#7225)Artur Signell2014-12-041-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I798e26b0a734c3c460b4e458d04332c7a3b599fc
| * | | | | | | | Extend addColumn to support arbitrary data types (#13334)Teemu Suo-Anttila2014-12-041-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3bd9d4b6fb6c4b289421c6982ba28d893a97908e
| * | | | | | | | Fix addColumn to function correctly with non-default container (#13334)Teemu Suo-Anttila2014-12-041-14/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I57b3e819e4709187139cd52ac8f437252fcc738b
| * | | | | | | | Rename row key parameter for consistency (#13334)Leif Åstrand2014-12-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic409ec9c8f0146314fe359b184403e112264a75b
| * | | | | | | | Add column add and remove functionality to Grid (#13334)Teemu Suo-Anttila2014-12-031-19/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I967a71cafb85fcba8a708add2f5b0f5dc04d4c59
| * | | | | | | | Allow setting style names for header and footer cells (#7225)Artur Signell2014-12-011-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ieb8f5b36466a2d579e9c82f16613f6bc8952c831
| * | | | | | | | Make Grid.Column API setters fluid (#13334)Teemu Suo-Anttila2014-12-012-27/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3b160a265fe8bd16a97f895a05dc5e3a78314e07
| * | | | | | | | Clarify Header/Footer addRow(index) JavaDoc (#13334)Teemu Suo-Anttila2014-12-011-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ided3d7a4a61754d8445e9f4cd80cb1e7b05a400e
| * | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-287-42/+80
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1983d8a8c86caf75c4f5d32ee9367bbd6d58057c
| * | | | | | | | | Flatten Header and Footer API to be part of Grid API (#13334)Teemu Suo-Anttila2014-11-271-70/+346
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I69975f0bbce0c026f68d06c30c77a3df00fad063
| * | | | | | | | | Move Grid to com.vaadin.ui package (#13334)Teemu Suo-Anttila2014-11-2620-3205/+3099
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I326847fd190003af9125d1386b21d9ccfc6c36c2
| * | | | | | | | | Fix removing a merged property from headers and footers (#13334)Teemu Suo-Anttila2014-11-251-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1de668b73ebe0617e6100a2f8b2a84c7a94ad8a7
| * | | | | | | | | Rename a variable in GridStaticSection (#13334)Teemu Suo-Anttila2014-11-251-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3df6e70a275a9106ae97c8c54319a2b61efb8ca5
| * | | | | | | | | Fix Grid server-side header merging and setup (#13334)Teemu Suo-Anttila2014-11-254-50/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements simple error handling for broken headers and footers in client side. Change-Id: Ic1f1709720fa0b85e5c4c807462a9f9c7eb6f00e
| * | | | | | | | | Fix Grid setContainerDataSource to reset all columns (#13334)Teemu Suo-Anttila2014-11-141-17/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0ae94954d82503c78eacc845522db1f246398d03
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-1415-34/+205
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iec61d9242be530edbb76ba952746ba0f9c9bd966
| * | | | | | | | | | Make ImageRenderers emit click events (#13334)Johannes Dahlström2014-11-133-90/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1f98409e9787e1057ffaeebbe37427042a1e3233
| * | | | | | | | | | Fixes property change events after first render (#13334)Henrik Paul2014-11-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ief2e1763c7764009e9244ae4334ccacacc3bb205
| * | | | | | | | | | Prevent row insert/remove RPC calls before client init (#13334)Teemu Suo-Anttila2014-11-051-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I61eae7c74bc148aebf37d382b3ee2a9e14d389b2
| * | | | | | | | | | Adds hints to related methods in GridStaticSection (#13334)Henrik Paul2014-10-281-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If10a99a16368d9d5711ab4c8a5dd12ac984294a8
| * | | | | | | | | | Fix RpcDataSource to use RPC for row pins/unpins (#13334)Teemu Suo-Anttila2014-10-222-63/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the temprarilyPinnedRows workaround from AbstractRemoteDataSource and refactors the whole feature to be part of RpcDataSource where it should be. Change-Id: Id55020dd11dda3dcf54dfe3c1b41af8e495c1c0c
| * | | | | | | | | | Add isUserOriginated to SortOrderChangeEvents (#13334)Teemu Suo-Anttila2014-10-162-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idb387e3b27ea757f27510f7ad97aaaa39b8f71ef
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-1630-145/+498
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7462e5a6a902eb0c4396bc14216a6f323dd33b76
| * | | | | | | | | | | Clarifies server-side exceptions relating to Columns (#13334)Henrik Paul2014-10-161-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0723e731b87cbab6212ad6a11ab6fb21534c3ae4
| * | | | | | | | | | | Adds a word to an exception message (#13334)Henrik Paul2014-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibf9e98d9cf65afa40c42e2db86bf0c53319dd2a7
| * | | | | | | | | | | Fix Grid not updating columnOrder on property remove (#13334)Teemu Suo-Anttila2014-10-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I792499d0bdf3ed2156f10956e2b5af2cb330287c
| * | | | | | | | | | | Refer to correct Container instance in editor row RPC (#13334)Johannes Dahlström2014-10-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifa5db252d29eb3724dd909586349218c936ea0eb
| * | | | | | | | | | | Implement ImageRenderer (#13334)Johannes Dahlström2014-10-091-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5b04f10f5d8b312ace8a3b5f1df28f37aa8b97d8
| * | | | | | | | | | | Implement Vaadin-specific editor row commit/discard handling (#13334)Johannes Dahlström2014-10-072-4/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaaf5e4461adb1d4fd9b8f042c6001b8408d1a0e4
| * | | | | | | | | | | Implement ButtonRenderer (#13334)Johannes Dahlström2014-10-071-0/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id7c6f3cf85f8e75905e86b55edbc1b8782780996
| * | | | | | | | | | | Grid now supports bare ItemSetChangeEvents (#13334)Henrik Paul2014-10-031-13/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id87b2d7f50720bbfd5011520ea0be32fead48635
| * | | | | | | | | | | Ensure Renderers that do type conversions work properly (#13334)Johannes Dahlström2014-10-035-21/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change eg. DateRenderer would end up calling JsonCodec.encode with mismatching arguments. This "just happened to work" but does not work in all cases. Change-Id: Ibcf74a61e8e8ad729f7d9ccfb0f9cdac41b70458
| * | | | | | | | | | | Add support for Grid column reordering (#13334)Teemu Suo-Anttila2014-10-021-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I685cf0455810520e801cccdd46d8af838c8a3917
| * | | | | | | | | | | Update sortable columns on property set change (#13334)Teemu Suo-Anttila2014-10-021-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I01e74825e5ba68fb3a5e6f68acf8ba7fbde97cf2
| * | | | | | | | | | | Add a constructor without parameters to Grid (#13334)Teemu Suo-Anttila2014-10-011-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4205b42164322b1cbad8d4b697e339ae63c80a54
| * | | | | | | | | | | Map row data with column ids instead of using an array (#13334)Teemu Suo-Anttila2014-09-262-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I12fafeec9cb3666822676c80b2062ec2ef4af7ee
| * | | | | | | | | | | Implement ProgressBarRenderer (#13334)Johannes Dahlström2014-09-261-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0193878dadec23a5709fa6f5f50591757b99ae04
| * | | | | | | | | | | 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