aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data
Commit message (Collapse)AuthorAgeFilesLines
* Fix DetailsRow communication use connector IDs (#18493)Teemu Suo-Anttila2015-07-211-206/+35
| | | | | | | | | Details are now initialized when they are made visible. The old way of requesting when seen caused a lot of problems when moving stuff around. Now uses less communication, but reserves a bit extra resources due to all details components being in the hierarchy. Change-Id: I1c1163bdc306f5b86e5e0f6e2bbf2801e65c2243
* StringToBooleanConverter API improved (#18466)elmot2015-07-151-18/+65
| | | | | | | Added simple customization for text representation Added API for locale-specific conversion Change-Id: I866b37bb085e85ef3d67e9d5e6db82b22e9bc464
* Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-091-0/+9
| | | | Change-Id: I74360c7a3f0c5798dbaa44ea06ea1585c4289449
* Always add "last" item from the string to the collection (#18433).Denis Anisimov2015-07-071-3/+1
| | | | Change-Id: I664fcef77f469c66cd62afb2938db69b7f27e6df
* Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-021-0/+8
| | | | | | | Due to the nature of Container this is only achieved by removing any existing details and reopening those after the sort is done. Change-Id: Ic42186ed85981d5dad4ff0948aa22f7a0404480d
* Fix spellingSteven Spungin2015-06-191-1/+1
| | | | Change-Id: I7fb13c520c8ff402971214022d44be0db2b9c3ea
* Return 0 instead of throwing exception if count query returns nothing (#18043)Steven Spungin2015-06-081-4/+14
| | | Change-Id: If01c0653021efc85a26d9d5896a4da9d155cf777
* Properly handle readonly fields when clearing FieldGroup (#17166)Artur Signell2015-06-011-2/+15
| | | | Change-Id: I42b9fe5d945d23e202a252a8be12976608da19bf
* Ensure method and property names are capitalized using English locale (#13389)Artur Signell2015-05-292-12/+7
| | | | Change-Id: Idde4fc54950f2bb83e0bb8d36a84a5bf075eb8de
* Handle generated empty string style names properly (#17335)Artur Signell2015-05-191-2/+2
| | | | Change-Id: I1adce18f238fd4357b0eb1be68ebf7a3aaa6dd6e
* Do not leave transaction open if remove fails (#17858)Artur Signell2015-05-181-2/+8
| | | | Change-Id: Iae9243bd0dc90e130e2866adef472a4d09c4a16f
* Make TableQuery only release connections reserved through its pool (#12370)Artur Signell2015-05-181-4/+4
| | | | | | | Updated all SQLContainer tests to track that connection are correctly reserved and released Change-Id: I3f12527683a19d44a2db265491b6ba9331c0980b
* Add missing @since for 7.5Leif Åstrand2015-05-122-1/+23
| | | | Change-Id: Id8f78c9ef7670c5413d3b7d28eef732dd1b7512d
* Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-151-1/+1
|\ | | | | | | Change-Id: I03fdd2014fd0393341db0f650c065f6d27905b73
| * Javadoc fixLeif Åstrand2015-04-091-1/+1
| | | | | | | | Change-Id: Ib60e2f7ffa70030b93715adc453855c4bad7a372
* | Fixed some faulty asserts in Grid's detail row creation (#17293)Henrik Paul2015-03-271-10/+26
| | | | | | | | Change-Id: I8e9998524c02ca1e2f9d3391fa27bacc53655c7f
* | Update all empty since tags published in alpha1Leif Åstrand2015-03-261-3/+3
| | | | | | | | Change-Id: I1afce7e69beb9a61354fd82fcda194d4277dfd36
* | Fixes edge case in null details generation for Grid (#17274)Henrik Paul2015-03-251-2/+3
| | | | | | | | Change-Id: I1bf4c2f0600baea8b925bd31dcd42c1e901a7c8b
* | Move DetailComponentManager from Grid to RDPE (#16644)Henrik Paul2015-03-201-5/+264
| | | | | | Change-Id: I2b65a878bb50c2b1f62135a998207a41e82fe62f
* | Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5Henrik Paul2015-03-191-2/+102
|\ \ | |/ |/| | | Change-Id: I24df361a4f938b6ffe567aa290cc411ce194baba
| * Adds details generator swap support for Grid (#16644)Henrik Paul2015-03-181-0/+7
| | | | | | | | Change-Id: I741970a7bcebd27d3aa28d608d767b4b4f063ae8
| * Fixes a bug in Details being open on freshly retrieved Grid rows (#16644)Henrik Paul2015-03-181-1/+4
| | | | | | | | Change-Id: Id337dd84ba0b0f09d55b3cdb0d8bfde67313ed21
| * Grid's Details can now be Components (#16644)Henrik Paul2015-03-171-1/+30
| | | | | | | | Change-Id: If67dd2e86cf41c57f208a3691e2cb7a5a29c133c
| * Server side Grid can open details on the client side (#16644)Henrik Paul2015-03-171-3/+69
| | | | | | | | Change-Id: Ibff5a83b3a09c7c530926dadae9138ba3823f27a
* | Optimise RpcDataProvider calls to container (#16642)Teemu Suo-Anttila2015-03-161-82/+37
|/ | | | Change-Id: I8abaa4c1bd8eface98e42e0882cf09c92fbbf386
* Fix adding and modifying multiple rows in Grid (#16905)Teemu Suo-Anttila2015-02-241-1/+2
| | | | Change-Id: Ib3ae8d305f44a78c9bd6f4539ca9cee2a487d269
* Fix RpcDataProviderExtension value change listener setup (#16550)Teemu Suo-Anttila2015-02-131-31/+55
| | | | | | | This patch changes value change listener mapping from itemid based to index based mapping. This makes removing rows much less error prone Change-Id: I77e9078de4ae61ce5d752cc394aa47bccd505e70
* Fix NullPointerException when changing Grid container (#16559)Johannes Dahlström2015-02-111-2/+2
| | | | Change-Id: I6e8ca4af7baf0b560e9f28dfd6b7dd437c1a4254
* Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521)Leif Åstrand2015-02-061-1/+1
| | | Change-Id: I6fd0313aaba5619a55f03fb52d72c032ea18f409
* Render Object.toString() when no converter is set (#15417)Artur Signell2015-02-051-14/+11
| | | | Change-Id: I8a00857d5829cd01ceb98c4264029f62e45e7073
* Defer RPC calls in RpcDataProvider to avoid cache issues (#16505)Teemu Suo-Anttila2015-02-041-30/+82
| | | | | | | | This patch defers cache refresh and row adding/removing. These calls are omitted completely when making initial response to the client or updating the size with bare ItemSetChangeEvents. Change-Id: I6b350680b3e2381caf6a66c9a4ad283207d024dc
* Add methods for getting invalid fields from a FieldGroup (#13775)Artur Signell2015-02-031-20/+87
| | | | | | | | | * Method for retrieving all failing fields exceptions from a CommitException * Methods for handling commit errors in Grid (#16515) * Show editor row validation errors only on the fields (#16509) Change-Id: Iabef662579e4ccae3803a513205e46542c41cce2
* Use a custom field factory for editor row (#16513)Artur Signell2015-02-031-5/+17
| | | | Change-Id: I0102d93c7f661993a5a07d2bcdf511f433419300
* Fix RpcDataProvider cache clearing on bare ItemSetChange (#16481)Teemu Suo-Anttila2015-01-271-68/+83
| | | | | | | This patch optimizes value change listeners and updates a bit in order to make clean up on cache invalidation easier to perform. Change-Id: I6ae3e0ef5046bd5f404f5e0a440607cabd48c6a4
* Merge remote-tracking branch 'origin/master' into HEADArtur Signell2015-01-261-14/+30
|\ | | | | | | Change-Id: I42718fcc8a07ca46f7e58016d3caf287ce88e3ed
| * Handle cases when start/end date is not set for Between filter (#13354).Denis Anisimov2015-01-261-14/+30
| | | | | | | | Change-Id: If75998b1bc87b0bd7d2fa83298e1f17d65a18745
* | Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-211-0/+14
|\| | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VScrollTable.java Change-Id: I79e003b2087e8e0e5c8aa6d25bdeb890ce9a60c5
| * Fix for: TreeTable with ContainerHierarchicalWrapper not correctlyJohannes Tuikkala2015-01-201-0/+14
| | | | | | | | | | | | displaying child items (#15421) Change-Id: Iadf1faa979fbae412b55551c6622b0429039a21c
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2015-01-1610-31/+2352
|\ \ | |/ |/| | | Change-Id: I0babb7cb93e773a9aab82243c1112d45b15bec78
| * Make Grid send Json as Json (#16244)Leif Åstrand2015-01-151-2/+2
| | | | | | | | Change-Id: I2da481dcd3c258e48f2f77a9d3c8c46bb81048ff
| * Minor loop cleanup/optimization for #15443 fixJohannes Dahlström2015-01-141-19/+16
| | | | | | | | Change-Id: Iff6029865ab89f3738331edaa0673772414cb8ba
| * Fix IndexOutOfBoundsException in RpcDataProviderExtension (#15443)Johannes Dahlström2015-01-141-14/+19
| | | | | | | | Change-Id: I5688e369bd6247afe0c8ed381964445dfc2c1ec1
| * Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-141-5/+8
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Fix Grid handling state changes and RPC calls deferred (#16188)Teemu Suo-Anttila2015-01-131-48/+51
| | | | | | | | | | | | | | | | | | | | | Some column changes in Grid were not correctly handled by the RpcDataProviderExtension. These cases are now correctly handled. Change-Id: I966b1c71d26e77e30e7dd84f26ab9704bd4f1f0f
| * | Format project, once againArtur Signell2015-01-093-4/+5
| | | | | | | | | | | | Change-Id: I57cb6208613ce4fc8fce52c07ac4a18982095d2e
| * | Change getColumnProperty to getPropertyId in Grid Column (#15512)Teemu Suo-Anttila2015-01-071-2/+2
| | | | | | | | | | | | Change-Id: I89a8ccbb918301abed66adcb0d6246c8db0585a5
| * | Fix adding rows to visible range of Grid (#15476)Teemu Suo-Anttila2015-01-021-1/+1
| | | | | | | | | Change-Id: I53a40d927d273a292c8ac845b385c156b9fb901a
| * | Fix active row range handling when removing rows (#15454)Teemu Suo-Anttila2014-12-311-21/+32
| | | | | | | | | | | | Change-Id: I6de22796051503290db216d4c213401d24a7e2a0
| * | 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-292-6/+24
| |\ \ | | | | | | | | | | | | Change-Id: Id00b3893951bc669fcc8e234f09909d480e249ab