aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/util
Commit message (Collapse)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-1498-22338/+0
| | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* Fix GeneratedPropertyContainer with non-Sortable Containers (#19511)Artur Signell2016-01-251-3/+2
| | | | | | | | Adds a missing throw to sort method and fixes getSortableContainerPropertyIds to return an empty collection if not sortable. Change-Id: I5df34234867762ce88e181a10ec015cd0336cd39
* Propertly handle null in StringToCollectionConverter (#19481)Artur Signell2016-01-211-0/+7
| | | | Change-Id: I9a01528910c5f9ec830e236fd8acd78dda763f24
* Make GeneratedPropertyItem addItem return null when appropriate (#18685)Artur Signell2016-01-041-0/+9
| | | | Change-Id: I08f05bee9bf0c82f5767c63654046285c85f233a
* Include correct type and parameter info in exception (#19064)Artur Signell2016-01-041-2/+2
| | | | Change-Id: Ic08bfa69bc0c4cb42ecbb1d53ab712e75075ee10
* Make GeneratedPropertyItem equals self (#19426)Artur Signell2016-01-041-0/+33
| | | | Change-Id: Ieccb53a402dd6669fb684b0ef8e18e4c8778c58e
* Make GeneratedPropertyContainer.getItem(nonExistant) return null (#19425)Artur Signell2016-01-041-0/+4
| | | | Change-Id: I41e40b87b64aec046428c1294aa1d488b6daf693
* Support custom Enum.toString in converter (#17301)Leif Åstrand2015-09-091-25/+46
| | | Change-Id: Icd3c164fb252bd048ffcd953f967a9c7acdc4514
* Fix multiple book keeping problems in ContainerOrderedWrapper (#5934, #18422)Artur Signell2015-08-261-7/+17
| | | | Change-Id: Ia749252ebf7034da5f3273ef117ab4ba35ad39b6
* Add missing @since tags.Mika Murtojarvi2015-08-241-3/+3
| | | | | | Previously, they were only updated in the 7.5 branch. Change-Id: Ic889c2f6a6d150a013adb5895c191c5107e8c6df
* StringToBooleanConverter API improved (#18466)elmot2015-07-151-18/+65
| | | | | | | Added simple customization for text representation Added API for locale-specific conversion Change-Id: I866b37bb085e85ef3d67e9d5e6db82b22e9bc464
* Always add "last" item from the string to the collection (#18433).Denis Anisimov2015-07-071-3/+1
| | | | Change-Id: I664fcef77f469c66cd62afb2938db69b7f27e6df
* 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
* Ensure method and property names are capitalized using English locale (#13389)Artur Signell2015-05-292-12/+7
| | | | Change-Id: Idde4fc54950f2bb83e0bb8d36a84a5bf075eb8de
* 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-121-0/+2
| | | | Change-Id: Id8f78c9ef7670c5413d3b7d28eef732dd1b7512d
* 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-165-30/+1003
|\ \ | |/ |/| | | Change-Id: I0babb7cb93e773a9aab82243c1112d45b15bec78
| * Format project, once againArtur Signell2015-01-092-2/+3
| | | | | | | | Change-Id: I57cb6208613ce4fc8fce52c07ac4a18982095d2e
| * Set @since values for Grid classesLeif Åstrand2014-12-183-15/+19
| | | | | | | | Change-Id: Ib0c7d23c2a963e24ecca7769f6b179826be55102
| * Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-187-7/+15
| |\ | | | | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
| * | Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-171-1/+1
| | | | | | | | | | | | Change-Id: Id8fecbee0171b783a62d747433667267f530a6a7
| * | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-173-105/+185
| |\ \ | | | | | | | | | | | | Change-Id: If3dd8380afe425491dfb877c08c4ff078312a3aa
| * | | GeneratedPropertyContainer returns the original containerHenrik Paul2014-12-151-0/+9
| | | | | | | | | | | | | | | | Change-Id: Ia766f1e989d6a06d4b1746b0612c090b6fbd2735
| * | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-121-11/+51
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I7f2c5de8200028b11223e2be3c673bef3339306a
| * \ \ \ Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-1210-34/+81
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: server/tests/src/com/vaadin/data/util/BeanItemContainerTest.java Change-Id: I04938bd8c5b4f01c3ca801c9f7adbb20d279523c
| * | | | | Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-122-2/+2
| | | | | | | | | | | | | | | | | | Change-Id: I3aa86364b61d42f971c4fca2b4c4895ddae870c4
| * | | | | Add Grid.addRow (#13334)Leif Åstrand2014-12-091-12/+15
| | | | | | | | | | | | | | | | | | Change-Id: I2c317b920d29ca8a74658ef3b980c6bc2a7622ac
| * | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-283-35/+24
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change-Id: I1983d8a8c86caf75c4f5d32ee9367bbd6d58057c
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-163-3/+164
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7462e5a6a902eb0c4396bc14216a6f323dd33b76
| * | | | | | | 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 GeneratedPropertyContainer to support add and remove events (#13334)Teemu Suo-Anttila2014-09-241-1/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9a1ff7338a70528a0f0b2fbe6752fb2640dcc0d9
| * | | | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-09-205-18/+852
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | | | 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
| | * | | | | | | Merge branch 'master' into gridLeif Åstrand2014-08-223-18/+160
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie3d71dde9bd9318c33de15190be8e0de20a2b8e7
| | | * \ \ \ \ \ \ Merge branch 'master' into gridLeif Åstrand2014-07-222-1/+4
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6878b3c64eb5c98174537f4e5864e2ff2cb1863f
| | | * \ \ \ \ \ \ \ Merge branch 'master' into gridTeemu Suo-Anttila2014-05-2089-102/+116
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: Icccb2e30199f99a7b0b00f05b1a12d5f7297402f
| | | * | | | | | | | | Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)Jarno Rantala2014-04-253-18/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The events inherits the ItemSetChangedEvent and they contain more information about the added/removed items. These events are fired from AbstractInMemoryContainer. Change-Id: I0a7ddfd38fd01fa385479efc953ab444d1ecdf4c
* | | | | | | | | | | | StringToCollectionConverter class implementation (#15464).Denis Anisimov2015-01-151-0/+236
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I563f4403d6b6f7658f195ef97d3db05838e257af
* | | | | | | | | | | | Reformat project using Eclipse Luna SR1Artur Signell2014-12-292-2/+3
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I58748499c87d470e70304d882d3227cda5803481
* | | | | | | | | | | Missing @since for 7.4Leif Åstrand2014-12-183-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8fdf0c264febf2ab9ae0f230f6bb357ef57be9ec