aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix Grid setting non-sortable column sortable (#16483)Teemu Suo-Anttila2015-01-262-5/+23
| | | | | | | | | | | | | | | | Change-Id: I7986ceb6ab1900bd1d5269c78c2f6b2e23c46334
| * | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-214-14/+375
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VScrollTable.java Change-Id: I79e003b2087e8e0e5c8aa6d25bdeb890ce9a60c5
| * | | | Fix Editor creating fields before client Grid can attach them (#16214)Teemu Suo-Anttila2015-01-202-44/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch includes some race condition handling. Change-Id: I6ab3cf15a67de722181b2718ab85b6b4a6bcb997
| * | | | Prevent setting column sortable if container is not sortable (#16320)Teemu Suo-Anttila2015-01-202-24/+88
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic220a050f6e63de499322dbca6df0be0eda27e45
| * | | | Improve Grid selection method javadocs and exception messages (#16259)Johannes Dahlström2015-01-201-44/+57
| | | | | | | | | | | | | | | | | | | | Change-Id: I886db05366e0a22f9ff42f9a5c20832e35d3b985
| * | | | Fix Grid trying to sort Container that is not Sortable (#16311)Teemu Suo-Anttila2015-01-192-4/+58
| | | | | | | | | | | | | | | | | | | | Change-Id: I0159a068549d563f8d1b8378730a383f14700353
| * | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2015-01-1646-84/+11004
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: I0babb7cb93e773a9aab82243c1112d45b15bec78
| | * | | | Adds error handling to Grid Editor (#15556)Henrik Paul2015-01-151-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I93551548aad280c4e0193d65a066976d40d65a86
| | * | | | Add sanity check to removeColumn in Grid server side (#16219)Teemu Suo-Anttila2015-01-152-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I306442d93ccc488018065cee3b5c1a79aa8d6e34
| | * | | | Make Grid send Json as Json (#16244)Leif Åstrand2015-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2da481dcd3c258e48f2f77a9d3c8c46bb81048ff
| | * | | | Uses userOriginated for sort event (#16194)Henrik Paul2015-01-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5db2e23818322bed63848a02f62c982846ab617e
| | * | | | Reformat build filesArtur Signell2015-01-151-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iab68be3e5d5e59bb05610677642a5715efe50feb
| | * | | | Minor loop cleanup/optimization for #15443 fixJohannes Dahlström2015-01-141-19/+16
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iff6029865ab89f3738331edaa0673772414cb8ba
| | * | | | Fix grid sorting on init and sorting with unused properties (#16192)Teemu Suo-Anttila2015-01-141-11/+51
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I247a981c6a38bf78936f81f087ce3d5e6d354149
| | * | | | Fix IndexOutOfBoundsException in RpcDataProviderExtension (#15443)Johannes Dahlström2015-01-141-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5688e369bd6247afe0c8ed381964445dfc2c1ec1
| | * | | | Add ItemClickEvents to Grid (#15449)Teemu Suo-Anttila2015-01-141-1/+40
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I743f4de9fd11c5d81b11a3b8f2e0957293c5587c
| | * | | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-1414-306/+523
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/communication/AtmospherePushConnection.java server/tests/src/com/vaadin/data/fieldgroup/FieldGroupTests.java shared/src/com/vaadin/shared/util/SharedUtil.java Change-Id: I300b5a92bde562390a56b720adf9a37b795c9513
| | * | | | | Set @since tags to 7.4Artur Signell2015-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icd51c52d2c93b71d25b938d03c827b2da5d8527c
| | * | | | | Implement JavaScript renderer support (#15485)Leif Åstrand2015-01-133-4/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifeac12d4124a4a7e5d0c143ff5c0590a2c98509d
| | * | | | | Discard changes in server-side Grid.cancelEditor() (#16199)Johannes Dahlström2015-01-132-3/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id1197d5e0b583fce13eacbb18f9891543f07c94c
| | * | | | | Fix Grid handling state changes and RPC calls deferred (#16188)Teemu Suo-Anttila2015-01-132-62/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some column changes in Grid were not correctly handled by the RpcDataProviderExtension. These cases are now correctly handled. Change-Id: I966b1c71d26e77e30e7dd84f26ab9704bd4f1f0f
| | * | | | | Adds PROGRESSBAR_STATIC to Reindeer and Runo (#16173)Henrik Paul2015-01-132-8/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Grid's ProgressBarRenderer uses that style by default. Change-Id: Ie3e1ec33168f61f921efdaf554714fba10cb2644
| | * | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2015-01-12238-719/+834
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic6b667ea6ceff43a609ce2037f656c6274871fb7
| | * | | | | | Support JsonValue types as declared types in state and RPC (#15560)Leif Åstrand2015-01-121-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2779a533811bb1b60c4e74789f6378574bc6ac61
| | * | | | | | A few small renames and typo fixes for GridJohannes Dahlström2015-01-112-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * SortNotifier.removeSortistener -> removeSortListener * DisabledGridClientTest now extends GridBasicClientFeatures * GridServerRpc.selectionChange -> select Change-Id: Id01b1d51f84c996444de28b262df3db7a6c35a09
| | * | | | | | Format project, once againArtur Signell2015-01-0912-25/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I57cb6208613ce4fc8fce52c07ac4a18982095d2e
| | * | | | | | Fix Grid editor hanging on exception in commit (#15536)Teemu Suo-Anttila2015-01-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds a minimal editor subpart support. Change-Id: I36a81cb432f71821715cb60338a07a289bdae18d
| | * | | | | | RendererClickEvent now tells about propertyIds (#13334)Henrik Paul2015-01-081-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5d67516516c46984c965577653b4fb44ddbaff11
| | * | | | | | Change Grid default selection model to Single (#15435)Teemu Suo-Anttila2015-01-082-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iba651c043fa47125b12d17371947042cbb03a589
| | * | | | | | Add getSelected functionality to SelectionEvents (#15513)Teemu Suo-Anttila2015-01-081-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If88af88b55063f7178b32579963303ee0d621492
| | * | | | | | Update @since for 7.4Artur Signell2015-01-089-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I00401560e345c82a5d967cd71d611605d9b96d92
| | * | | | | | Change getColumnProperty to getPropertyId in Grid Column (#15512)Teemu Suo-Anttila2015-01-072-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I89a8ccbb918301abed66adcb0d6246c8db0585a5
| | * | | | | | Fix adding rows to visible range of Grid (#15476)Teemu Suo-Anttila2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I53a40d927d273a292c8ac845b385c156b9fb901a
| | * | | | | | Fix Grid Header/Footer creating cells for unused properties (#15487)Teemu Suo-Anttila2015-01-022-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I783fa6fdb44b0d5693723fc52cdb7fed3499dea1
| | * | | | | | Fix Grid unnecessarily cleaning up stored property information (#15482)Teemu Suo-Anttila2014-12-312-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id77e9101dec77924eb19c19c2cf34702db4d9f6a
| | * | | | | | Fix active row range handling when removing rows (#15454)Teemu Suo-Anttila2014-12-311-21/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6de22796051503290db216d4c213401d24a7e2a0
| | * | | | | | Add Table-compatible constructors to Grid (#15447)Leif Åstrand2014-12-311-8/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I894a03a29e6ac15e0fa7e586f2a667934a1e8c1e
| | * | | | | | Fix RpcDataProviderExtension to send initial data on reload (#15465)Teemu Suo-Anttila2014-12-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0a2edc9a9ba1f48299e165d398adf7b73972349f
| | * | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-2921-492/+517
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id00b3893951bc669fcc8e234f09909d480e249ab
| | * | | | | | | Set @since values for Grid classesLeif Åstrand2014-12-188-19/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib0c7d23c2a963e24ecca7769f6b179826be55102
| | * | | | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-18131-143/+9225
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
| | * | | | | | | | Fix ClickableRenderers to use CellReferences (#13334)Teemu Suo-Anttila2014-12-182-9/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch also uses row keys and column ids in communication rather than indices. Change-Id: Ie3bb554bd5c45700f1681160eef08bef8beeaaee
| | * | | | | | | | Fix server selection firing multiple events on client select (#13334)Teemu Suo-Anttila2014-12-172-27/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes multiple events from Single Selection Model. Multi Selection Model is designed a bit differently. Change-Id: I0350d7f2de873ff9fba7411c5ca8caefa156be20
| | * | | | | | | | Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-172-108/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idafdbe3d71a38a979e1eeb07c527f66ce61ccfa9
| | * | | | | | | | Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-175-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id8fecbee0171b783a62d747433667267f530a6a7
| | * | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-1710-217/+311
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If3dd8380afe425491dfb877c08c4ff078312a3aa
| | * | | | | | | | | GeneratedPropertyContainer returns the original containerHenrik Paul2014-12-151-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia766f1e989d6a06d4b1746b0612c090b6fbd2735
| | * | | | | | | | | Fixes removing Widgets from Grid header/footerTeemu Suo-Anttila2014-12-121-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic2872fec49851ea3c8ed32ca2a77dcbd27e739a8
| | * | | | | | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-122-13/+66
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7f2c5de8200028b11223e2be3c673bef3339306a
| | * | | | | | | | | | Refactor Grid client side package structure (#13334)Teemu Suo-Anttila2014-12-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iab81d2344480d2b60303172a96f4e5e4fa8e1623